home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / list74.arc / LIST.DOC < prev    next >
Text File  |  1990-08-08  |  105KB  |  3,262 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.                                  LIST 
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                        A File Viewing and Browsing Utility 
  20.  
  21.                        Version 7.4             August 1990 
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.         (c) Copyright  Vernon D. Buerg 1983-90.  All rights reserved 
  43.  
  44.             T A B L E   O F   C O N T E N T S
  45.  
  46. __________________________________________________________________________
  47.  
  48.  
  49.  Getting Started  ...................................................... 1    
  50.      Introduction  ..................................................... 1    
  51.      Installation  ..................................................... 2    
  52.      Printing the manual  .............................................. 2    
  53.      Varieties of LIST.COM  ............................................ 3    
  54.  
  55.  Definition of DOS terms  .............................................. 5    
  56.      DOS Redirection  .................................................. 5    
  57.      DOS Filters  ...................................................... 6    
  58.      DOS Pipes  ........................................................ 7    
  59.  
  60.  Command line  ......................................................... 8    
  61.      Command line syntax  .............................................. 8    
  62.      Command line switches  ............................................ 8    
  63.  
  64.  How to use LIST  ...................................................... 9    
  65.      Starting LIST  .................................................... 9    
  66.      Exiting LIST  ..................................................... 10   
  67.        Entering Commands  .............................................. 10   
  68.      Display Format  ................................................... 11   
  69.        Status Line Format  ............................................. 11   
  70.        Command Line Format  ............................................ 13   
  71.      Scrolling  ........................................................ 15   
  72.      Positioning to Lines  ............................................. 17   
  73.      Filtering  ........................................................ 19   
  74.        Wrap Filter  .................................................... 20   
  75.        Hi-bit Filter  .................................................. 20   
  76.        Star Filter  .................................................... 20   
  77.        Junk Filter  .................................................... 20   
  78.        Hex Format Filter  .............................................. 21   
  79.      Scanning for text  ................................................ 22   
  80.      Marking and Extracting Lines  ..................................... 24   
  81.      Printing  ......................................................... 26   
  82.      Displaying multiple files  ........................................ 27   
  83.      Windows  .......................................................... 29   
  84.      Telephone dialer  ................................................. 30   
  85.  
  86.  DOS considerations  ................................................... 31   
  87.      File Sharing  ..................................................... 31   
  88.      Invoking DOS Commands  ............................................ 31   
  89.      Screen Saving  .................................................... 32   
  90.  
  91.  File Selection Menu  .................................................. 33   
  92.      LIST PLUS Display  ................................................ 33   
  93.      Movement Keys  .................................................... 34   
  94.      Changing Directories  ............................................. 35   
  95.  
  96. Contents 1                                             LIST  User's Guide 
  97.             T A B L E   O F   C O N T E N T S
  98.  
  99. __________________________________________________________________________
  100.  
  101.      List file  ........................................................ 35   
  102.      Copy file  ........................................................ 35   
  103.      Delete file  ...................................................... 35   
  104.      Edit file  ........................................................ 35   
  105.      Invoke file  ...................................................... 36   
  106.      Move file  ........................................................ 36   
  107.      Path changing  .................................................... 36   
  108.      Rename  ........................................................... 36   
  109.      Sort filenames  ................................................... 36   
  110.      1-6 up display  ................................................... 37   
  111.      ViewArc  .......................................................... 37   
  112.  
  113.  Command key summary  .................................................. 38   
  114.      Cursor keys  ...................................................... 38   
  115.      F- function keys  ................................................. 38   
  116.      Letter keys  ...................................................... 39   
  117.      Control- keys  .................................................... 41   
  118.      Alt- keys  ........................................................ 42   
  119.  
  120.  Configuring LIST  ..................................................... 44   
  121.      Screen Colors  .................................................... 44   
  122.      Cloning  .......................................................... 45   
  123.      Modifying LIST.COM  ............................................... 47   
  124.        Locations of option values  ..................................... 47   
  125.        Reassigning keys  ............................................... 49   
  126.        Table of Routines  .............................................. 50   
  127.  
  128.  Limitations  .......................................................... 54   
  129.  
  130.  Copyright/License/Warranty  ........................................... 55   
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. LIST  User's Guide                                            Contents 2 
  150. Getting Started 
  151. ______________________________________________________________________________
  152.  
  153. Introduction 
  154.  
  155.  
  156.     LIST is a user supported program.  It is not public domain.  You may 
  157.     use LIST and  give it to your friends,  but you  may not  sell it or 
  158.     use it in business without obtaining a license.  See the  last page 
  159.     for information about licensing. 
  160.  
  161.  
  162.     You use LIST to display files on your monitor, line by line with the 
  163.     aid of scrolling, positioning and filtering commands. 
  164.  
  165.  
  166.     LIST PLUS has many new  commands which go beyond usual  file viewing 
  167.     and browsing.  We will  explain how LIST is  used, and then how  the 
  168.     new file management commands are used. 
  169.  
  170.  
  171.     Before going  into all  of the  ways in  which LIST  can be  used to 
  172.     display files, let's look at  the three different varieties of  LIST 
  173.     so that you understand the capabilities of each.  Then, we'll go  on 
  174.     and define certain terms  like: redirection, piping, and  filtering. 
  175.     In this way, you will better understand how you can use these things 
  176.     with LIST. 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203. Page  1                                                    LIST  User's Guide 
  204. Getting Started 
  205. ______________________________________________________________________________
  206.  
  207. Introduction 
  208.  
  209.  
  210. Installation 
  211.  
  212.     There are three varieties of the  LIST program on the disk that  you 
  213.     received (or in the file  that you downloaded).  This allows  you to 
  214.     pick the version of LIST that is right for you, and to configure  it 
  215.     to be exactly the way YOU want it to be. 
  216.  
  217.     Decide which of the LIST programs you would like to use and copy the 
  218.     .COM file to your working disk, or into a subdirectory on your  hard 
  219.     disk.  Selecting a directory that is in your PATH will allow you  to 
  220.     use LIST from anywhere on your system. 
  221.  
  222.     You may  rename the  program file  to any  convenient name,  such as 
  223.     L.COM,  READ.COM,  LST.COM  or  leave  it as LIST.COM.  For example, 
  224.     place the distribution disk into drive A and enter the commands: 
  225.  
  226.             A: 
  227.             COPY LIST.COM C:\L.COM 
  228.  
  229.     to copy  the Plus  version to  the root  directory of  your C drive, 
  230.     renaming the program to L.COM in the process. 
  231.  
  232.  
  233. Printing the manual 
  234.  
  235.     To print the documentation, set your printer for six lines per inch, 
  236.     and 10 characters per inch.   Then, use the DOS PRINT  command.  For 
  237.     example, 
  238.  
  239.                         PRINT LIST.DOC 
  240.  
  241.     You may also  print out the  documentation by using  redirection and 
  242.     entering: 
  243.  
  244.                         TYPE LIST.DOC > LPT1 
  245.  
  246.     Better yet, use LIST to print the manual.  Enter 
  247.  
  248.                         LIST LIST.DOC 
  249.  
  250.     then press the Ctrl and P keys at the same time. 
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257. LIST  User's Guide                                                    Page  2 
  258. Getting Started 
  259. ______________________________________________________________________________
  260.  
  261. Varieties of LIST.COM 
  262.  
  263.  
  264.  
  265.         - LISTS.COM     small version 
  266.  
  267.           - runs in about 30k 
  268.           - limited to smaller files (around 600kb), 
  269.           - excludes the Alt-X (screen saving) function 
  270.           - excludes the Alt-G (goto DOS) function 
  271.           - the Help screen is minimal. 
  272.  
  273.  
  274.  
  275.         - LISTR.COM      regular version 
  276.  
  277.           - runs in about 80K 
  278.           - handles files up to 16 mb 
  279.           - excludes the Alt-V (file selection) function 
  280.           - excludes the Alt-I (insert filename) function 
  281.           - the Alt-W (windowing function) is minimal, i.e. you get two 
  282.             equal sized windows; there is no ability to change window 
  283.             dimensions 
  284.  
  285.  
  286.  
  287.         - LIST.COM     PLUS version 
  288.  
  289.           - plus Alt-V file selection menu 
  290.           - plus file management functions like copy and delete 
  291.           - plus Alt-I hypertext-like file selection 
  292.           - plus a help screen for the file selection Alt-V functions 
  293.           - plus a second help screen for regular functions 
  294.           - plus the Ctrl-T telephone dialer 
  295.  
  296.  
  297.         - LISTE.COM    Enhanced version retail sale only 
  298.  
  299.           - plus file tagging for copy, move and delete file operations 
  300.           - plus EBCDIC file display 
  301.           - enhanced Alt-E screen mode support for EGA and VGA adapters to 
  302.             set 96 and 132 column, and other modes 
  303.           - plus support of UltraVision screen enhancement utility 
  304.           - plus support of files with all fixed length records for greater 
  305.             speed and flexibility 
  306.           - optional support of Hercules Incolor and RamFont adapters 
  307.           - optional support to view files up to 500 mb in size 
  308.  
  309.  
  310.  
  311. Page  3                                                    LIST  User's Guide 
  312. Getting Started 
  313. ______________________________________________________________________________
  314.  
  315. Varieties of LIST.COM 
  316.  
  317.  
  318.  
  319.     The documentation file is marked  with | before new and  changed 
  320.     lines.  It is marked  with a double asterisk  ** for LIST PLUS 
  321.     only features. 
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.  
  345. WARNING:  LIST PLUS (LIST.COM), HAS THE ABILITY TO *DELETE* 
  346.                    FILES FROM YOUR SYSTEM!! 
  347.  
  348.  
  349. IF YOU ELECT TO USE LIST PLUS, PLEASE READ THE SECTION ON THE FILE SELECTION 
  350. MENU FOUND LATER ON IN THIS MANUAL. 
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365. LIST  User's Guide                                                    Page  4 
  366. Definition of DOS terms 
  367. ______________________________________________________________________________
  368.  
  369.  
  370.  
  371. DOS Redirection 
  372.  
  373.     The output of a  DOS command can be  "redirected" to a device  other 
  374.     than  the  standard  output  device,  which  is  in  most cases, the 
  375.     monitor.  This is done simply by entering the command, followed by a 
  376.     ">" and then the name of the desired device.  For example. 
  377.  
  378.     If you type "DIR > FILE.LST" you will see nothing on your screen and 
  379.     then suddenly your  DOS prompt will  reappear.  What happened?   The 
  380.     "output" of the DIR command was "redirected" to the file, FILE.LST. 
  381.  
  382.     In the same manner, you  could enter the following command  and send 
  383.     the contents of FILE.LST to your printer, like so: "TYPE FILE.LST  > 
  384.     LPT1" 
  385.  
  386.     The ">" symbol stands for  redirection of output to another  device. 
  387.     Broken down simply, the following command is saying: 
  388.  
  389.                     DIR            >       FILE.LST 
  390.           (send output of this)  (TO)   (This device, which is a file) 
  391.  
  392.     By the same token, you can also redirect "input" to a DOS command or 
  393.     a program like SORT  by using the "<"  symbol.  Here is an  example: 
  394.     "SORT  <  FILE.LST"  This  command  would  take  the  information in 
  395.     FILE.LST  and  "redirect"  it  into  SORT.   For more information on 
  396.     redirection, you  may want  to consult  a DOS  manual or  other such 
  397.     reference. 
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419. Page  5                                                    LIST  User's Guide 
  420. Definition of DOS terms 
  421. ______________________________________________________________________________
  422.  
  423.  
  424.  
  425. DOS Filters 
  426.  
  427.     FILTERS are  commands, or  programs, that  read data  from an  input 
  428.     device, and  then rearranges  or "filters"  the data  before it then 
  429.     outputs the  filtered information  to an  output device.   DOS comes 
  430.     with several "filters", one of which is SORT.  The following command 
  431.     would sort the file in alphabetical order. 
  432.  
  433.                                 SORT < FILE.LST 
  434.  
  435.     You are redirecting the file,  FILE.LST through the SORT filter  and 
  436.     it is rearranging the file.  Taking what you know about  redirection 
  437.     and  filters,  you  could  now  send  your  alphabetical list to yet 
  438.     another  file  by  entering:  SORT  <  FILE.LIST  > ALPHA.LST, which 
  439.     redirects FILE.LST into the SORT "filter" and then redirects the new 
  440.     output  to  the  file  ALPHA.LST.   LIST  also has some very helpful 
  441.     "filters" built  right into  it and  we'll discuss  these later  on. 
  442.     Simply keep in mind that when  you use a "filter" it will  rearrange 
  443.     or alter the  information into a  form that is  more presentable, or 
  444.     useful, to you. 
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. LIST  User's Guide                                                    Page  6 
  474. Definition of DOS terms 
  475. ______________________________________________________________________________
  476.  
  477.  
  478.  
  479. DOS Pipes 
  480.  
  481.     Pipes are  quite similar,  in some  ways, to  redirection.  They are 
  482.     "connections" between two programs or two commands or a command  and 
  483.     a program.   Pipes take  data that  is output  from one  program and 
  484.     redirect it as input to a second program.  The DOS symbol for a pipe 
  485.     is the vertical bar "|".  To redirect the output from one program or 
  486.     command to another, you simply type the first command followed by  a 
  487.     vertical bar and  then followed by  the second command.   Here is an 
  488.     example of piping. 
  489.  
  490.                                 DIR | FIND "-88" 
  491.  
  492.     This command tells DOS to send the output of the DIR command,  which 
  493.     you would normally see on the  screen, and send it through the  FIND 
  494.     filter.  FIND  would be  searching each  line for  the string "-88". 
  495.     Only the files in the current directory that have a 1988 date  stamp 
  496.     would be displayed on the screen!  You can use more than one  "pipe" 
  497.     in a command.  Take this final example: 
  498.  
  499.                        DIR | FIND "-88" | SORT/+14 > PRN 
  500.  
  501.     A "pipe" takes the  output of the DIR  command and converts it  into 
  502.     input for the FIND  filter.  Then, a second  "pipe" is used to  send 
  503.     the output from FIND as input  to the SORT filter.  As a  last step, 
  504.     output from  SORT is  redirected to  the printer!   What would  this 
  505.     command do??   It would  take the  DIR of  the current directory and 
  506.     pipe it through the FIND filter, looking for files created in  1988. 
  507.     Then the next pipe would SORT that information, sorting the files by 
  508.     SIZE (the 14th column of each line) and then send the output to  the 
  509.     printer.  For  more information  on PIPES,  consult a  DOS manual or 
  510.     other reference. 
  511.  
  512.     Now that you have  a basic understanding of  redirection, filtering, 
  513.     and piping, we will go on to discuss the command line of LIST. 
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527. Page  7                                                    LIST  User's Guide 
  528. Command line 
  529. ______________________________________________________________________________
  530.  
  531.  
  532.  
  533. Command line syntax 
  534.  
  535.     The command line format is: 
  536.  
  537.  
  538.         LIST [filespec...filespec] [/switches] 
  539.  
  540.  
  541.     You may supply  one or more  file specifications (filespecs).   LIST 
  542.     will display  each file  which has  a filename  matching one  of the 
  543.     filespecs.  If you  do not supply  one, LIST will  prompt you for  a 
  544.     filespec, or present you with a file selection menu. 
  545.  
  546.  
  547.  
  548. Command line switches 
  549.  
  550.                 /S       indicates viewing a piped or redirected file 
  551.  
  552.                 /J       sets Junk filter on 
  553.                 /7       sets 7-bit display 
  554.                 /8       sets 8-bit display 
  555.                 /*       sets star filter on 
  556.  
  557.                 /W       sets Wrap on 
  558.                 /H       sets Hex dump mode 
  559.                 /L       sets pre-Loading on 
  560.  
  561.                 /M       allows use of a mouse for moving the cursor 
  562.                 /K       disables mouse for cursor positioning 
  563.  
  564.                 /Ftext   tells LIST to Find the 'text' immediately by 
  565.                          searching all specified files 
  566.  
  567.                 /#nnnn   begins displaying the file at record 'nnnnnn' 
  568.  
  569.     The command line switch character is normally a slash, "/", but LIST 
  570.     will use whatever  character that is  defined to DOS  as the command 
  571.     line switch character, e.g. a  dash, "-".  Depending on your  needs, 
  572.     you could load LIST using  any of these command line  switches, such 
  573.     as: 
  574.  
  575.                LIST MYFILE.TXT /W   which would set Word Wrap ON. 
  576.  
  577.                LIST MYFILE.TXT /J   which turns on the JUNK filter 
  578.  
  579.  
  580.  
  581. LIST  User's Guide                                                    Page  8 
  582. How to use LIST 
  583. ______________________________________________________________________________
  584.  
  585. Starting LIST 
  586.  
  587.     To  start  LIST,  you  type  the  command  LIST,  at the DOS prompt, 
  588.     followed by  the name(s)  of the  files that  you want  to see.  For 
  589.     example: 
  590.  
  591.           C:>LIST CONFIG.SYS        (displays file CONFIG.SYS) 
  592.  
  593.           C:>LIST *.DOC    (displays all DOC files in current directory) 
  594.  
  595.     The "filename" is optional.  If  omitted, LIST PLUS will bring  up a 
  596.     display of ALL  files and subdirectories  in the current  directory. 
  597.     You may use  the cursor keys  to highlight the  file that you  would 
  598.     like to work  on and press  ENTER.  Or, you  may highlight any  sub- 
  599.     directory entry and and press ENTER to change to that subdirectory. 
  600.  
  601.     You  may  also  use  LIST  to  display piped or redirected files.  A 
  602.     discussion of redirection, piping, and filtering is at the beginning 
  603.     of this manual. 
  604.  
  605.     To display a redirected file, use a < (less than symbol) before  the 
  606.     name of the file that was redirected and add the /S parameter to the 
  607.     LIST command. 
  608.  
  609.     For example, the output of the DIR command can be written to a  file 
  610.     called XYZ, and then LIST can be instructed to read that file. 
  611.  
  612.                 dir a: >xyz 
  613.                 list <xyz /s 
  614.  
  615.     To see a piped file, omit the filename, but supply the /S. 
  616.  
  617.                 dir a: | list /s 
  618.  
  619.     Or, to LIST a file within an ARC archive: 
  620.  
  621.                 ARC /p arcname.arc filename.ext | list /s 
  622.                                 - or - 
  623.                 ARCE arcname filename.ext /p | list /S 
  624.  
  625.     Here,  the  ARC   or  ARCE  program   is  invoked  to   extract  the 
  626.     'filename.ext' file.   The /P  switch for  these programs  sends the 
  627.     output to the  standard output device,  and this output  is piped to 
  628.     LIST.  Once the  file is  displayed on your screen,  you may use the 
  629.     cursor positioning  keys to  move around  and see different parts of 
  630.     the file.  There are  also commands to search for text, print, split 
  631.     the screen, display  other  files,  change  colors,  change  the way 
  632.     the data is displayed, and many other operations. 
  633.  
  634.  
  635. Page  9                                                    LIST  User's Guide 
  636. How to use LIST 
  637. ______________________________________________________________________________
  638.  
  639. Exiting LIST 
  640.  
  641.  
  642.     There are several ways  to exit LIST depending  on how you want  the 
  643.     screen to look. 
  644.  
  645.     The F10 command returns you to DOS with the DOS prompt on the bottom 
  646.     line.  The  last page  that was  displayed by  LIST is  left on  the 
  647.     screen. 
  648.  
  649.     The ESCape key also returns you to DOS without changing the  screen. 
  650.     In LIST PLUS, the ESCape key is also used to cancel an operation, or 
  651.     to exit file selection menu. 
  652.  
  653.     The X command  returns you to  DOS and clears  the screen.  The  DOS 
  654.     prompt is on the top line of the screen. 
  655.  
  656.     The Alt-X command uses the screen saving feature.  It returns you to 
  657.     DOS and displays the screen that you had before LIST was run. 
  658.  
  659.  
  660.   Entering Commands 
  661.  
  662.     You enter  commands by  pressing a  single key,  or a combination of 
  663.     keys.  There  are often  several ways  to perform  the same function 
  664.     with different keys.  For example, D and PgDn both perform a  scroll 
  665.     down one page function.   This lets you pick  the keys that you  are 
  666.     most accustomed to. 
  667.  
  668.     When  you  press  keys,  they  are  entered  into a keyboard buffer. 
  669.     Holding down a key can put many copies of that key into the  buffer. 
  670.     This means that when you let up  on a key, the program can still  be 
  671.     processing input from the keyboard buffer.  For example, by  holding 
  672.     down the PgDn key, LIST scrolls down one page for each time the PgDn 
  673.     key is placed in the keyboard  buffer.  When you let up on  the key, 
  674.     the buffer may not yet be empty and LIST will continue to page down. 
  675.     To make  LIST stop  when you  let up  on a  key, you  use the  Alt-K 
  676.     key-ahead toggle. 
  677.  
  678.     Keyboard enhancement utilities,  such as PCED,  may also change  the 
  679.     way that LIST reads the keyboard.  With PCED, for example,  pressing 
  680.     the ESCape key at a prompt is different.  You do not see the /  that 
  681.     DOS normally sends when you cancel an input line. 
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689. LIST  User's Guide                                                    Page  10 
  690. How to use LIST 
  691. ______________________________________________________________________________
  692.  
  693. Display Format 
  694.  
  695.     The monitor  display is  defined in  terms of  lines and columns.  A 
  696.     typical  monitor  can  display  25  lines  of 80 columns each.  LIST 
  697.     attempts to use the number of lines and columns for the monitor mode 
  698.     in use.  For  example, if the  monitor is in  132 column mode,  LIST 
  699.     displays 132 characters per line.   If the monitor is set  for other 
  700.     than 25 lines, such as 35, 43, or 50 lines, LIST displays that  many 
  701.     lines per screen. 
  702.  
  703.     If  you  use  the  Alt-E  command  to  change EGA/VGA modes, the EGA 
  704.     palette,  cursor,  and  other  settings  are  set to the DOS default 
  705.     values.  LIST does not preserve fonts or palettes. 
  706.  
  707.     The top line of the display  is called the Status line.  The  bottom 
  708.     line is called the Command line.  The remaining lines are called the 
  709.     primary display window, and are usually lines two through 24. 
  710.  
  711.   Status Line Format 
  712.  
  713.     The Status line has two formats. The default format is: 
  714.  
  715. ┌──────────────────────────────────────────────────────────────────────┐ 
  716. │ LIST   lllll nnnnnnn +sss mm/dd/yy hh:mm  - filename                 │ 
  717. └──────────────────────────────────────────────────────────────────────┘ 
  718.         where, 
  719.  
  720.         'LIST'     is the name of this program 
  721.  
  722.         'lllllll'  is the line number of the first line in the primary 
  723.                    display window (under the status line) 
  724.  
  725.         'nnnnnnn'  is the line number of the last record of the file; 
  726.                    if the last record of the file has not been read, 
  727.                    this field is blank 
  728.  
  729.         '+sss'     if displayed, this is the Scroll amount, in multiples 
  730.                    of 10, corresponding to the number of columns that 
  731.                    the display has been shifted to the right to view 
  732.                    records longer than 80 
  733.  
  734.         'mm/dd/yy' is the file's creation date (not today's date) 
  735.         'hh:mm'    is the file's creation time (not today's time) 
  736.  
  737.         'filename' is the name of the file you are currently viewing 
  738.  
  739.  
  740.     Note: The date  and time shown  on the top  line is NOT  the current 
  741.     date.  It is the date and time that the file was created. 
  742.  
  743. Page  11                                                    LIST  User's Guide 
  744. How to use LIST 
  745. ______________________________________________________________________________
  746.  
  747. Display Format 
  748.  
  749.  
  750.  
  751.     Use the Alt-Z command to change the Status Line to this format: 
  752. ┌──────────────────────────────────────────────────────────────────────┐ 
  753. │ LIST      70  2153  +20    09-02-89 18:12     LIST.DOC               │ 
  754. └──────────────────────────────────────────────────────────────────────┘ 
  755.  
  756.  
  757.  
  758.  
  759.     By using the Alt-R ruler toggle, the top status line becomes: 
  760.  
  761. ┬┬┬┬┼┬┬┬01┬┬┬┬┼┬┬┬02┬┬┬┬┼┬┬┬03┬┬┬┬┼┬┬┬04┬┬┬┬┼┬┬┬05┬┬┬┬┼┬┬┬06┬┬┬┬┼┬┬┬07┬┬ 
  762.  
  763.  
  764.  
  765.  
  766.  
  767. or, in Hex Dump (Alt-H) display mode: 
  768.  
  769. Offset: 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F ----- DATA ----- 
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797. LIST  User's Guide                                                    Page  12 
  798. How to use LIST 
  799. ______________________________________________________________________________
  800.  
  801.   Command Line Format 
  802.  
  803.  
  804. The Command line has two formats.  The default format is: 
  805.  
  806. ┌──────────────────────────────────────────────────────────────────────┐ 
  807. │ Command                      Keys: ^v-><- PgUp PgDn F10=exit F1=Help │ 
  808. └──────────────────────────────────────────────────────────────────────┘ 
  809.  
  810. and the optional format after using the Alt-Z toggle is: 
  811.  
  812. ┌──────────────────────────────────────────────────────────────────────┐ 
  813. │ Command                       Toggles: h8kMpswTclJ  F10=exit F1=Help │ 
  814. └──────────────────────────────────────────────────────────────────────┘ 
  815.  
  816.         where, 
  817.  
  818.         'command' indicates the current process: 
  819.  
  820.           'Command '   function prompt; you are being asked to enter 
  821.                        a command; enter the letter, or press the keys 
  822.                        for the action to be performed 
  823.  
  824.           'Reading '   the file data is being read 
  825.           'Filter  '   the file data is being formatted for display 
  826.           'Looking '   the Scan/Find text is being searched for 
  827.  
  828.           'Scan    '   you are being asked to enter text to locate 
  829.           'Find    '   in the file, up to 31 characters may be entered 
  830.  
  831.           '# lines?'   you are being asked to enter a 1 to 5 digit 
  832.                        number that is the amount of lines to skip 
  833.  
  834.           'Line #? '   you are being asked to enter a 1 to 5 digit 
  835.                        line number to which the display is to be 
  836.                        positioned 
  837.  
  838.           'message' may be one of: 
  839.  
  840.           '*** Text not found ***' 
  841.            the Scan/Text was not found in the file 
  842.  
  843.           '   *** Top of file ***' 
  844.            the first line of the file is being displayed 
  845.  
  846.           '   *** End-of-file ***' 
  847.            the last line of the file is being displayed 
  848.  
  849.  
  850.  
  851. Page  13                                                    LIST  User's Guide 
  852. How to use LIST 
  853. ______________________________________________________________________________
  854.  
  855.   Command Line Format 
  856.  
  857.         Toggles: indicate status of toggles, lower case means OFF, upper 
  858.         case means the option is ON. 
  859.  
  860.         'H'       indicates that the hex Dump display option is in use 
  861.         'b'       the 'b' is replaced by a 7, 8, or * depending 
  862.                   on which of those options is in effect 
  863.         'K'       indicates that the Keyboard flush option is in use 
  864.         'M'       indicates that tests for monitor retrace are not made 
  865.         'P'       indicates that Print is in use 
  866.         'S'       indicates file sharing option is in use 
  867.         'W'       indicates that the Wrap mode is in effect 
  868.         'T'       indicates that TAB characters are expanded 
  869.         'C'       toggles continuous scrolling 
  870.         'L'       indicates that the pre-loading option is on 
  871.         'J'       indicates that line feeds are added to lone carriage 
  872.                   return control characters, and backspaces are handled 
  873.  
  874.         A sample Command Line might look like this, after looking for 
  875.         a word that was not found: 
  876.  
  877. ┌──────────────────────────────────────────────────────────────────────┐ 
  878. │ Command *** Text not found *** Toggles: h*kMpswTclJ  F10=exit F1=Help│ 
  879. └──────────────────────────────────────────────────────────────────────┘ 
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905. LIST  User's Guide                                                    Page  14 
  906. How to use LIST 
  907. ______________________________________________________________________________
  908.  
  909. Scrolling 
  910.  
  911.  
  912.     You view different parts of the file by scrolling.  That is, you use 
  913.     the cursor  positioning keys  up, down,  left and  right to move the 
  914.     display one  increment in  that direction.   For example,  press the 
  915.     down  arrow  key  to  move  the  display  one line in the file, i.e. 
  916.     display the next line in the file. 
  917.  
  918.  
  919.     The PgDn and PgUp  cursor keys move the  display one full screen  in 
  920.     either direction. 
  921.  
  922.  
  923.     Rather than press the up and  down keys once for each line,  you may 
  924.     use  continuous  scrolling.   Use  the  C  key  to toggle continuous 
  925.     scrolling on or off.  The default is off.  When toggled on, pressing 
  926.     the up or down arrow keys results in a moving display.  For example, 
  927.     when  you  press  the  down  arrow,  the  next  line  of the file is 
  928.     displayed automatically  every second,  or so.   It is  like holding 
  929.     down the arrow key.  To stop the continuous scroll, press the  space 
  930.     bar. 
  931.  
  932.  
  933.     The speed of the continuous scroll can be adjusted by pressing the + 
  934.     (plus) or - (minus) key while  the display is moving.  The plus  key 
  935.     makes  the  display  move  faster,  and  the minus key makes it move 
  936.     slower.  You can save the  speed value by using the  cloning command 
  937.     (see Configuring LIST, Cloning, later on in this documentation. 
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959. Page  15                                                    LIST  User's Guide 
  960. How to use LIST 
  961. ______________________________________________________________________________
  962.  
  963. Scrolling 
  964.  
  965.  
  966.         Summary of scrolling commands: 
  967.  
  968.  
  969.             right arrow - move display right 10 columns 
  970.             left arrow  - move display left 10 columns 
  971.  
  972.             down arrow  - display next line of file 
  973.             up arrow    - display previous line of file 
  974.  
  975.             PgUp key    - display previous "page", 23 (or 41) lines back 
  976.             PgDn key    - display next "page", 23 (or 41) lines ahead 
  977.  
  978.             C key       - turns continuous scrolling on or off 
  979.  
  980.             spacebar    - or any key, interrupts continuous scrolling 
  981.  
  982.             + (plus)    - makes continuous scroll incrementally faster 
  983.             - (minus)   - makes continuous scroll slower 
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013. LIST  User's Guide                                                    Page  16 
  1014. How to use LIST 
  1015. ______________________________________________________________________________
  1016.  
  1017. Positioning to Lines 
  1018.  
  1019.  
  1020.     Each displayable line  of the file  is assigned a  line number.  The 
  1021.     first line is  assigned line number  1.  The highest  allowable line 
  1022.     number is 16 million. 
  1023.  
  1024.     In order to  determine the last  line number of  a file, the  entire 
  1025.     file must be  read.  For this  reason, the first  time that the  END 
  1026.     (bottom) command is issued, it will take longer to process.  This is 
  1027.     not necessary if  the file has  been completely read  (see the Alt-L 
  1028.     preloading option). 
  1029.  
  1030.     If the Wrap option is in  effect, there is one line number  required 
  1031.     for each 80 bytes of the file's records.  Thus, the line number does 
  1032.     not represent the actual number of lines in the file. 
  1033.  
  1034.     If  the  hex  dump  option  is  in  effect, there is one line number 
  1035.     required for  each 16  bytes of  the file.   For example, an 80-byte 
  1036.     line will be displayed as 5 lines. 
  1037.  
  1038.     You may position to a  specific line number by using  the Ctrl-Home, 
  1039.     or the # key.  When Ctrl-Home  is entered, you are prompted for  the 
  1040.     line number.   Enter the  line number.   The display  will now begin 
  1041.     with that line number at the top of the screen. 
  1042.  
  1043.     To position  forward or  backward, you  may use  the +  (plus), or - 
  1044.     (minus) keys.  You are prompted to  enter the number of lines to  be 
  1045.     skipped.  The display  resumes at the  line number shown  on the top 
  1046.     (status) line, plus or minus the number of lines that you specified. 
  1047.  
  1048.     When you change  a filter option,  such as Wrap,  the line numbering 
  1049.     changes.  An attempt is made  to retain the same file  position, but 
  1050.     the file may be repositioned at the top. 
  1051.  
  1052.     You may also reposition to the last "active" line by using the Alt-Y 
  1053.     bookmark command.   The last  active line  is one  displayed after a 
  1054.     Scan or Find command, or marked using the  Alt-M or  Alt-B commands, 
  1055.     or the line set by the Ctrl-Y bookmark command.  Up to ten book mark 
  1056.     lines may be saved by Ctrl-Y and recalled by Alt-Y 
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067. Page  17                                                    LIST  User's Guide 
  1068. How to use LIST 
  1069. ______________________________________________________________________________
  1070.  
  1071. Positioning to Lines 
  1072.  
  1073.  
  1074.     Summary of positioning commands: 
  1075.  
  1076.  
  1077.         Ctrl-HOME, or #  - Prompts for exact line number to display 
  1078.  
  1079.         + (plus)         - Prompts for the number of lines to skip 
  1080.                            for positioning further ahead in the file 
  1081.  
  1082.         - (minus)        - Prompts for the number of lines to skip 
  1083.                            for positioning to an earlier line 
  1084.  
  1085.         Alt-Y            - Reposition to the last bookmark 
  1086.  
  1087.         Ctrl-Y           - Set new bookmark line number 
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121. LIST  User's Guide                                                    Page  18 
  1122. How to use LIST 
  1123. ______________________________________________________________________________
  1124.  
  1125. Filtering 
  1126.  
  1127.  
  1128.     Filtering is the term used to describe the process that LIST uses to 
  1129.     format file data  for displaying on  a monitor.  After  data is read 
  1130.     from a file, it is  filtered.  The method of filtering  depends upon 
  1131.     the options in effect.   LIST is fastest with no filter options set. 
  1132.  
  1133.     For a typical  ASCII text file,  the filter removes  carriage return 
  1134.     and line feed characters, and expands TAB characters. 
  1135.  
  1136.     Because files  contain different  kinds of  data, there  are several 
  1137.     commands to  tell LIST  how to  display the  data.  The process that 
  1138.     LIST uses to make the  file data readable is called  filtering.  The 
  1139.     filters in LIST can: 
  1140.  
  1141.             o  replace non-text and control characters with blanks 
  1142.             o  expand TAB characters 
  1143.             o  display line drawing characters 
  1144.             o  change 8-bit (W*) data to readable 7-bit text ** 
  1145.             o  display the hexadecimal values for each character 
  1146.             o  remove "junk", such as control codes and backspaces 
  1147.  
  1148.            **  W* is an abbreviation for WordStar (tm) formatted files 
  1149.                which contain 'high-bit' characters. Using the '*' filter 
  1150.                makes these files easier to read. 
  1151.  
  1152.     LIST was designed primarily to display ASCII files;  that is,  files 
  1153.     which  contain  text,  and  not  binary  or  control  codes.    Text 
  1154.     characters, like A-Z and 0-9,  are in the 7-bit range.  Binary files 
  1155.     like .COM and .EXE files, contain the full range of 8-bit characters 
  1156.     and the  Alt-H (hex dump display)  command is available  for viewing 
  1157.     them. 
  1158.  
  1159.     Characters  above  127  (the  8-bit  range)  may  be  valid  graphic 
  1160.     characters, and may  be displayed if  the '8' command  is in effect. 
  1161.     To insure that characters above  ASCII value 127 are NOT  displayed, 
  1162.     use the '7' command to limit the display to characters in the  7-bit 
  1163.     range. 
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175. Page  19                                                    LIST  User's Guide 
  1176. How to use LIST 
  1177. ______________________________________________________________________________
  1178.  
  1179. Filtering 
  1180.  
  1181.  
  1182.   Wrap Filter 
  1183.  
  1184.     The file is displayed with one logical record on each display  line: 
  1185.     usually 80 characters.  A logical record ends in a linefeed and  may 
  1186.     be up to 2048 characters long.   If a record  exceeds 80 characters, 
  1187.     you may view the portion beyond  the 80 columns by using the  scroll 
  1188.     right command, or by using  the Wrap feature.  The Wrap  (W) command 
  1189.     toggles ON or OFF the  wrapping of lines longer than  80 characters. 
  1190.     With Wrap on, lines are  displayed in their entirety, 80  characters 
  1191.     per  display  line.   The  scroll  left  (arrow)  and  right (arrow) 
  1192.     functions are disabled when Wrap is ON. 
  1193.  
  1194.  
  1195.   Hi-bit Filter 
  1196.  
  1197.     The 7,  8, and  * (asterisk)  commands determine  whether characters 
  1198.     above  ASCII-127  are  displayed.   If  the  hi-bit option is off (7 
  1199.     command), the filter strips the high order bit from each  character. 
  1200.     If the hi-bit  option is on  (8 command), all  characters, including 
  1201.     graphic characters above ASCII-127, are displayed. 
  1202.  
  1203.  
  1204.   Star Filter 
  1205.  
  1206.     The  star  (*  or  asterisk)  command displays only ASCII characters 
  1207.     below 128 (x'80'), but treats the special characters x'8A' and x'8D' 
  1208.     as  line-feed  and  carriage-return  control  characters.  Any other 
  1209.     characters above 127 are treated as spaces, and control codes  below 
  1210.     ASCII-26 are replaced by blanks. 
  1211.  
  1212.  
  1213.   Junk Filter 
  1214.  
  1215.     The  Alt-J  command  toggles  the  "junk"  filter which insures that 
  1216.     carriage  returns  in  the  file  also  result in a new line.  Also, 
  1217.     backspace  characters  result  in  "backing  up"  the display by one 
  1218.     position.   This   allows  more   readability  of   files  that  use 
  1219.     backspacing to emphasize, or over-write, characters. 
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229. LIST  User's Guide                                                    Page  20 
  1230. How to use LIST 
  1231. ______________________________________________________________________________
  1232.  
  1233. Filtering 
  1234.  
  1235.  
  1236.   Hex Format Filter 
  1237.  
  1238.     The hex  dump option  (Alt-H) causes  the filtering  to reformat the 
  1239.     file data into a DEBUG-like  display format.  The largest file  that 
  1240.     can be displayed in Hex is 4 million bytes. 
  1241.  
  1242.     An attempt is made to  retain the file position when  switching from 
  1243.     normal to  hex-dump display,  but due  to filtering  changing record 
  1244.     lengths, the hex display may begin before the current record. 
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.     Summary of filtering commands: 
  1251.  
  1252.         8       show all characters as-is 
  1253.         7       strip the hi-bit from each character 
  1254.         *       use the star filter to remove control characters 
  1255.                 and some special word processor characters 
  1256.  
  1257.         Alt-J   use the "junk" filter 
  1258.         Alt-H   use the "hex" filter to display in hex dump format 
  1259.         Alt-T   expand TAB control characters 
  1260.         Alt-W   wrap long lines to fit on screen 
  1261.  
  1262.         Ctrl-J  define TAB interval 
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. Page  21                                                    LIST  User's Guide 
  1284. How to use LIST 
  1285. ______________________________________________________________________________
  1286.  
  1287. Scanning for text 
  1288.  
  1289.  
  1290.     There are three ways  to initiate a search  for text.  First is  the 
  1291.     Find (\ or F) command.  Use this command to search for text  without 
  1292.     regard to the case (upper or  lower) of the letters.  Second is  the 
  1293.     Scan (/ or S) command.  Use  this command to search an exact  match. 
  1294.     That is, the search is case sensitive. 
  1295.  
  1296.     The third way to initiate a  search for text is with the  /F command 
  1297.     line switch.  With it, you supply  the text to search for, and  LIST 
  1298.     begins the search before displaying the file, and before asking  for 
  1299.     commands.  The search continues  through all selected files  until a 
  1300.     match is found, or the last file has been searched.  This search  is 
  1301.     case sensitive. 
  1302.  
  1303.     Each search begins at  the line displayed on  the top of the  screen 
  1304.     and proceeds in a forward direction until the end of file.  You  may 
  1305.     start a search that goes backwards rather than forwards by using the 
  1306.     ` (left quote) key instead of Find (\), or by using ' (right  quote) 
  1307.     instead of Scan (/). 
  1308.  
  1309.     To enter the Scan search text, type a slash (/) followed by up to 31 
  1310.     characters.  The Scan  text is displayed  on the command  line.  The 
  1311.     Scan is  case sensitive.   That is,  lower case  Scan text will only 
  1312.     match lower case file text. 
  1313.  
  1314.     While the program is searching for the text, the bottom display line 
  1315.     is changed to say "Looking".   Pressing ANY key while the  search is 
  1316.     in progress will terminate the search and display the message  'Text 
  1317.     not found' on the bottom line. 
  1318.  
  1319.     If the  text is  found, the  line containing  it is  displayed as  a 
  1320.     high-intensity line (bright color) in  the middle of the screen. The 
  1321.     search text is displayed in reverse video colors on the  highlighted 
  1322.     line.  The line where the  found text  is displayed  depends on  the 
  1323.     setting of the "Find Row" (see Configuration section). 
  1324.  
  1325.     The display is scrolled left or right, as needed, so that the  found 
  1326.     text is visible. 
  1327.  
  1328.     If the text is  NOT found, the command  line is changed to  say '*** 
  1329.     Text not found ***', and the rest of the display remains unchanged. 
  1330.  
  1331.     To  find  the  next  occurrence  of  the  same  text, use the A)gain 
  1332.     command, or press the  F3 key.  If you  wish to continue the  search 
  1333.     through all of the remaining files, use the Alt-A command.  To  find 
  1334.     the previous occurrence, press the F9 key. 
  1335.  
  1336.  
  1337. LIST  User's Guide                                                    Page  22 
  1338. How to use LIST 
  1339. ______________________________________________________________________________
  1340.  
  1341. Scanning for text 
  1342.  
  1343.     If the a keyboard enhancement  program, such as PCED, is  installed, 
  1344.     the up/down cursor  keys may be  used to recall  and edit previously 
  1345.     entered Scan/Find text. 
  1346.  
  1347.     In  a  shared  file  environment,  if  the  file changes while being 
  1348.     listed, the file position may become invalid.  Use the HOME  command 
  1349.     to  insure  proper  file  synchronization,  or  use the Alt-S (share 
  1350.     files) command again. 
  1351.  
  1352.  
  1353.  
  1354.     Summary of scanning commands: 
  1355.  
  1356.  
  1357.                 / or S     Scan for text with exact match 
  1358.  
  1359.                 v or '     Scan for text going backwards 
  1360.  
  1361.  
  1362.                 \ or F     Find text with case insensitive search 
  1363.  
  1364.                 ^ or `     Find case insensitive text going backwards 
  1365.  
  1366.  
  1367.                 F3 or A    Find next occurrence of text 
  1368.  
  1369.                 F9         Find previous occurrence of text 
  1370.  
  1371.  
  1372.  
  1373.                 Alt-A      Scan for next occurrence of the text, and continue 
  1374.                            on to the next file until the text is found 
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391. Page  23                                                    LIST  User's Guide 
  1392. How to use LIST 
  1393. ______________________________________________________________________________
  1394.  
  1395. Marking and Extracting Lines 
  1396.  
  1397.  
  1398.     There are two ways that lines can be extracted from a file: 
  1399.  
  1400.  
  1401.               o  with the P (print) and Alt-P (print marked) commands, 
  1402.               o  with the Alt-D (dump data) and Alt-O commands. 
  1403.  
  1404.  
  1405.     The  lines  to  be  extracted  are  either  the current lines on the 
  1406.     screen,  or  lines  that  you  have  marked with the Alt-M and Alt-B 
  1407.     commands. 
  1408.  
  1409.  
  1410.     To mark  lines, you  use either  the Alt-M  or Alt-B  commands.  The 
  1411.     Alt-M command marks the top line on the screen, and Alt-B marks  the 
  1412.     bottom line on the screen.  You  can use either or both commands  to 
  1413.     mark the  starting and  ending lines  (in the  range of  lines to be 
  1414.     extracted).  The marked lines are displayed in reverse video. 
  1415.  
  1416.  
  1417.     After you have marked  a range of lines,  you use the Alt-P  (print) 
  1418.     command to print all of the marked lines.  Or, you can use the Alt-D 
  1419.     (dump  data)  command  to  write  those  lines to a file.  The Alt-D 
  1420.     command asks you for a file name.  If the file does not exist, a new 
  1421.     one is created.  If the file already exists, the extracted lines are 
  1422.     added (appended) to the file. 
  1423.  
  1424.  
  1425.     For example, you would like to have LIST filter out all of the  junk 
  1426.     in a file, and then write a  new file.  To do this, you might  enter 
  1427.     the following sequence of commands: 
  1428.  
  1429.  
  1430.                 list TESTDATA           ... display your TESTDATA file 
  1431.                 Alt-J                   ... filters out the junk 
  1432.                 Alt-M                   ... marks line 1 (top line) 
  1433.                 END                     ... positions to end of file 
  1434.                 Alt-B                   ... marks the bottom line 
  1435.                                                      (last line) 
  1436.                 Alt-D                   ... dumps data to a file 
  1437.                 TESTDATE.NEW            ... you enter the new file name 
  1438.                 Alt-X                   ... quit and return to DOS 
  1439.  
  1440.  
  1441.     Once you have marked  a range of lines,  use of Alt-M or  Alt-B does 
  1442.     not reset the entire line range.  The first or last marked line  may 
  1443.     change,  but  both  do  not  change.   Using  Alt-M again expands or 
  1444.  
  1445. LIST  User's Guide                                                    Page  24 
  1446. How to use LIST 
  1447. ______________________________________________________________________________
  1448.  
  1449. Marking and Extracting Lines 
  1450.  
  1451.     contracts the range appropriately.  If the new line for  Alt-M/Alt-B 
  1452.     is before the top mark, the top  mark is moved.  If the new line  is 
  1453.     after the bottom mark, the bottom mark is changed.  If the new  line 
  1454.     is within  the currently  marked range,  Alt-M moves  the top mark - 
  1455.     contracts the range - and Alt-B moves the bottom mark. 
  1456.  
  1457.  
  1458.     If no lines are marked, but there is a "found" line on the screen as 
  1459.     the result of a search by Scan or Find, Alt-D  and Alt-O  will write 
  1460.     the found line to the file. 
  1461.  
  1462.  
  1463.     Use the Alt-U command to unmark lines, especially after Alt-D (dump) 
  1464.     to be sure. 
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499. Page  25                                                    LIST  User's Guide 
  1500. How to use LIST 
  1501. ______________________________________________________________________________
  1502.  
  1503. Printing 
  1504.  
  1505.  
  1506.     The file may be PRINTed as it is displayed, in its entirety, or from 
  1507.     a range of lines that you  mark.  If the printer is not  online, you 
  1508.     will receive an error message, and nothing will be printed. 
  1509.  
  1510.  
  1511.     The P command  toggles the printer  on or off.   When first entered, 
  1512.     the P command causes the current screen to be printed.  As new lines 
  1513.     are displayed, they too are printed.  For example, pressing the down 
  1514.     arrow will display and print the next line of the file. 
  1515.  
  1516.  
  1517.     Printing may be  stopped by entering  another P command.   The PrtSc 
  1518.     key may also be used, but the title and prompt lines will be printed 
  1519.     with the lines of the file.  Empty lines cause a line to be  skipped 
  1520.     on the  printer.  The  capital letter  P is  displayed on the status 
  1521.     line while printing if the bottom status line is set to show TOGGLES. 
  1522.  
  1523.  
  1524.     The Ctrl-P command prints the file in its entirety. 
  1525.  
  1526.  
  1527.     The Ctrl-F command  sends a form  feed to the  printer.  The printer 
  1528.     may be the LPT1 or PRN device. 
  1529.  
  1530.  
  1531.     The Alt-P command prints only lines that have been marked. 
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553. LIST  User's Guide                                                    Page  26 
  1554. How to use LIST 
  1555. ______________________________________________________________________________
  1556.  
  1557. Displaying multiple files 
  1558.  
  1559.  
  1560.     You can display more than one  file at a time.  LIST keeps  track of 
  1561.     up to 32 files at a  time.  You supply the filenames in  the command 
  1562.     line,  through  the  Alt-F  (get  new filespec) command, through the 
  1563.     Alt-I  (insert  filespec)  command,  and  through  the  Alt-V   file 
  1564.     selection menu. 
  1565.  
  1566.     You  can  specify  up  to  16  filespecs  on the command line.  Each 
  1567.     filespec can contain wildcards.  Thus, several files can be selected 
  1568.     via the command line.  For example, 
  1569.  
  1570.                           LIST *.DOC  *.TXT 
  1571.  
  1572.     will display all files with an extension of DOC and TXT. 
  1573.  
  1574.     To display the next file, you use the Q or Ctrl-PgDn command.   When 
  1575.     the last file has been displayed, you can exit LIST by using the  X, 
  1576.     F10, ESCape, or Alt-X commands, depending on how you want the screen 
  1577.     to look when LIST ends. 
  1578.  
  1579.     To display  the previous  file,  you use the Z or Ctrl-PgUp (control 
  1580.     and PgUp keys together).  The 1 command  restarts the  displaying of 
  1581.     files  with the first file.  LIST  can keep  track of up to 32 files 
  1582.     at one time.  The line number for each file is remembered. 
  1583.  
  1584.  
  1585.     The Alt-F asks you for a new  file name, and you may enter a  simple 
  1586.     file name, or  one that includes  wild cards.  These  new file names 
  1587.     are added to the table of filenames that LIST keeps.  Thus, you  can 
  1588.     use Alt-F for several different filenames, and use the Ctrl-PgDn and 
  1589.     Ctrl-PgUp commands to move among them. 
  1590.  
  1591.     The Alt-I command  allows you to  select a filespec  that is in  the 
  1592.     file you are  viewing.  You position  the cursor to  the filespec on 
  1593.     the  screen,  and  press  enter  to  add  it to the list of files to 
  1594.     display. 
  1595.  
  1596.     The Alt-V command displays a list of file in the current  directory. 
  1597.     You move the cursor  to a file that  you want to display,  and press 
  1598.     enter to add that file to the list. 
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604.  
  1605.  
  1606.  
  1607. Page  27                                                    LIST  User's Guide 
  1608. How to use LIST 
  1609. ______________________________________________________________________________
  1610.  
  1611. Displaying multiple files 
  1612.  
  1613.  
  1614.     Summary of file review commands: 
  1615.  
  1616.         Q               - display next file, if any 
  1617.         Z               - display previous file 
  1618.  
  1619.         Ctrl-PgUp       - display previous file 
  1620.  
  1621.         Ctrl-PgDn       - display next file 
  1622.  
  1623.         1               - restart displaying with first file 
  1624.  
  1625.         Alt-F           - prompt for new filename or filespec to display 
  1626.  
  1627.         Alt-I           - insert a filespec that is displayed 
  1628.  
  1629.         Alt-V           - select a file from a menu 
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661. LIST  User's Guide                                                    Page  28 
  1662. How to use LIST 
  1663. ______________________________________________________________________________
  1664.  
  1665. Windows 
  1666.  
  1667.  
  1668.     LIST can  display data  in one  or two  parts of  the screen  called 
  1669.     windows.   The  Alt-W  command  toggles  this  split  screen   mode. 
  1670.     Entering Alt-W while the screen  is split restores the display  to a 
  1671.     single, full sized display. 
  1672.  
  1673.  
  1674.     In the regular version, the screen is split in the middle.  The  top 
  1675.     half of the screen remains the same, and the bottom half becomes the 
  1676.     part of the screen where files are displayed.  Thus, the top  window 
  1677.     becomes a scratch pad. 
  1678.  
  1679.  
  1680.     In the LIST PLUS version, you are allowed to split the screen at any 
  1681.     point.  After entering Alt-W, you  are asked to position the  cursor 
  1682.     to the spot where the screen  will be split.  By placing the  cursor 
  1683.     in column 1, you can adjust how  many lines will be used by the  top 
  1684.     and bottom windows.  This would  be a vertical, or one  window above 
  1685.     the other, split. 
  1686.  
  1687.     By positioning the cursor to the top line with the HOME key, you can 
  1688.     then use the left  and right arrow keys  to adjust how wide  each of 
  1689.     the windows is to be.   This would be a horizontal,  or side-by-side 
  1690.     split. 
  1691.  
  1692.     You may display  a different file  in each window,  and move between 
  1693.     them.  You use the Ctrl-V command  to switch from one window to  the 
  1694.     other.  You may also use the Review commands to display a  different 
  1695.     file in the second window. 
  1696.  
  1697.     Each window uses different colors.   You can use the color  commands 
  1698.     to set the colors that you  like, and then use the Alt-C  command to 
  1699.     save them. 
  1700.  
  1701.  
  1702.  
  1703.  
  1704.  
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712.  
  1713.  
  1714.  
  1715. Page  29                                                    LIST  User's Guide 
  1716. How to use LIST 
  1717. ______________________________________________________________________________
  1718.  
  1719. Telephone dialer 
  1720.  
  1721.  
  1722.     LIST has a simple telephone dialer function.  It allows you to point 
  1723.     to a telephone number that is  displayed on the screen, and to  send 
  1724.     dialing commands to your modem on COM1. 
  1725.  
  1726.  
  1727.     You use the  Ctrl-T command to  start the dialer.   You position the 
  1728.     cursor, with the arrow  keys, to the start  of the phone number  and 
  1729.     press enter.  The phone number  may contain any character, but  must 
  1730.     end with a blank. 
  1731.  
  1732.  
  1733.     If the phone rings, you may pick up your telephone.  Otherwise,  you 
  1734.     may press <enter> to return to viewing the file, <spacebar> to  dial 
  1735.     the number again, or ESCape to hang up and stop dialing. 
  1736.  
  1737.  
  1738.     The Ctrl-H command hangs up the telephone. 
  1739.  
  1740.  
  1741.     If you are using a communications  port other than  COM1:,  see  the 
  1742.     file DIALER.PAT for  information on  changing LIST  to use  COM2: or 
  1743.     another COM port. 
  1744.  
  1745.  
  1746.  
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769. LIST  User's Guide                                                    Page  30 
  1770. DOS considerations 
  1771. ______________________________________________________________________________
  1772.  
  1773.  
  1774. File Sharing 
  1775.  
  1776.     LIST uses two techniques for allowing you to share files with  other 
  1777.     processes, such as programs running under multi-tasking systems,  in 
  1778.     other windows, or on networks. 
  1779.  
  1780.     The first technique is called  "file closing" and is enabled  by the 
  1781.     Alt-S commands.  This forces LIST to close the viewed file unless it 
  1782.     needs to  read from  the file.   If enough  memory is available, the 
  1783.     entire file  may be  loaded once  and thus  leave the  file free for 
  1784.     exclusive access by other processes. 
  1785.  
  1786.     The second technique is called "file sharing".  It is a function  of 
  1787.     DOS and requires  DOS version 3.0  or later.  LIST  opens the viewed 
  1788.     files with a DENY NONE request.  This allows other processes to read 
  1789.     and write to the  file if they do  not request exclusive use  of the 
  1790.     file.  If a file  is not available to  LIST because it is  locked by 
  1791.     another process, you will receive the error message "File not found" 
  1792.     or "Access denied".  There is  no command to enable or  disable this 
  1793.     method of file sharing.  It is implicit with the use of DOS  version 
  1794.     3 and later. 
  1795.  
  1796.  
  1797.  
  1798. Invoking DOS Commands 
  1799.  
  1800.     If the "goto DOS" option is enabled, you may invoke DOS commands  by 
  1801.     using the Alt-G command.  LIST reserves about 60k of memory for  its 
  1802.     own use.  This increases LIST's memory requirements to approximately 
  1803.     96k when using Alt-G.  The remaining memory is available to the  DOS 
  1804.     commands.  Alt-G  clears  the  screen and  invokes  the  DOS command 
  1805.     processor. 
  1806.  
  1807.     After you  have finished  entering DOS  commands, use  the DOS  EXIT 
  1808.     command to return to LIST. 
  1809.  
  1810.     To disable the "goto DOS" function, you must use DEBUG to alter  the 
  1811.     option  byte  described  in  the  section  about  cloning.   With it 
  1812.     disabled, LIST requires less memory, about 66K. 
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819.  
  1820.  
  1821.  
  1822.  
  1823. Page  31                                                    LIST  User's Guide 
  1824. DOS considerations 
  1825. ______________________________________________________________________________
  1826.  
  1827.  
  1828.  
  1829. Screen Saving 
  1830.  
  1831.     If the screen saving option  is enabled, LIST saves the  contents of 
  1832.     the current  display screen  when it  starts.  You  can restore  the 
  1833.     original screen by exiting LIST with the Alt-X command. 
  1834.  
  1835.     Screen  saving  requires  approximately  10k  more  memory.  This is 
  1836.     sufficient to save  60 lines of  80 characters (EGA  8x6 mode).  See 
  1837.     the section about Configuring LIST and cloning for information about 
  1838.     enabling and disabling the screen saving feature. 
  1839.  
  1840.     The  Alt-N command toggles the screen saving feature.  Its status is 
  1841.     not displayed on the Status Line.  The small version is the only one 
  1842.     which defaults to disabling screen saving. 
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877. LIST  User's Guide                                                    Page  32 
  1878. File Selection Menu 
  1879. ______________________________________________________________________________
  1880.  
  1881. LIST PLUS Display 
  1882.  
  1883.  
  1884.     LIST PLUS has several new functions that greatly enhance the  things 
  1885.     that you can do.  If you load the file  LIST.COM (LIST PLUS) with no 
  1886.     file specification, you would see something like this: 
  1887.  
  1888.  
  1889. ┌──────────────────────────────────────────────────────────────────────┐ 
  1890. │ LIST - File Selection        1 of 40      Path: C:\*.*               │ 
  1891. └──────────────────────────────────────────────────────────────────────┘ 
  1892.  ^..         ░            ░ 
  1893.  vWPW        ░WPSMALL .DRS░ 
  1894.  vMAIN       ░            ░ 
  1895.  vWORK       ░            ░ 
  1896.  CONVERT .EXE░WPWSTAR .HLP░ 
  1897.  STANDARD.PRS░WP}WP{  .TV1░ 
  1898.  WP      .EXE░STORY   .DOC░ 
  1899.  WP      .FIL░FINDER  .LTR░ 
  1900.  WP      .MRS░            ░ 
  1901. ┌──────────────────────────────────────────────────────────────────────┐ 
  1902. │ List  Copy  Del Edit  Move  Path  Ren Sort Viewarc  1-6 up  F10=Exit │ 
  1903. └──────────────────────────────────────────────────────────────────────┘ 
  1904.  
  1905.  
  1906.     Note that the Command Line contains the following choices: 
  1907.  
  1908.        LIST, COPY, DEL, EDIT, MOVE, PATH, RENAME, VIEWARC, SORT, 1-6 up 
  1909.  
  1910.     Each of these commands may be executed from within LIST PLUS and are 
  1911.     described below. 
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920.  
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931. Page  33                                                    LIST  User's Guide 
  1932. File Selection Menu 
  1933. ______________________________________________________________________________
  1934.  
  1935. LIST PLUS Display 
  1936.  
  1937.  
  1938.  
  1939. Movement Keys 
  1940.  
  1941.     Use the arrow keys to move  the cursor to a filename.  The  filename 
  1942.     at  the  cursor  is  highlighted.   The  other  cursor  and filename 
  1943.     selection keys are: 
  1944.  
  1945.                 PgDn            - displays the next page of files 
  1946.                 PgUp            - displays the previous page of files 
  1947.  
  1948.                 HOME            - positions to the first filename 
  1949.                                   on the screen 
  1950.                 END             - positions to the last filename 
  1951.                                   on the screen 
  1952.  
  1953.                 Ctrl-HOME       - positions to the first filename 
  1954.                 Ctrl-END        - positions to the last filename 
  1955.  
  1956.                 F1              - displays a Help screen 
  1957.                 F10             - exits to DOS in new directory 
  1958.                 ESCape          - exits to DOS in the original directory 
  1959.                 Q               - returns to viewing the last file, or 
  1960.                                   exits to DOS if no files were selected 
  1961.                 X               - exits to DOS in the new directory 
  1962.                 Alt-C           - save settings (clone LIST.COM) 
  1963.                 Alt-X           - exits to DOS and displays the screen as 
  1964.                                   it was before LIST was used 
  1965.                 Alt-Z           - toggles bottom line display from a menu 
  1966.                                   command line (above) to a statistics line: 
  1967.  
  1968. ┌───────────────────────────────────────────────────────────────────────┐ 
  1969. │ Files: 59   Used: 2367312   Free 1616912  F2=Menu F1=Help F10=Exit │ 
  1970. └───────────────────────────────────────────────────────────────────────┘ 
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985. LIST  User's Guide                                                    Page  34 
  1986. File Selection Menu 
  1987. ______________________________________________________________________________
  1988.  
  1989. LIST PLUS Display 
  1990.  
  1991.  
  1992. Changing Directories 
  1993.  
  1994.     Any subdirectories contained  in the current  directory will have  a 
  1995.     down arrow  next to  them.  If  you highlight  one of  these and hit 
  1996.     Enter you will go to that directory.  If the directory that you  are 
  1997.     in  is  a  subdirectory  itself,  there  will  be an up arrow .. and 
  1998.     selecting this will take you  up.  Thus, you can easily  move around 
  1999.     your hard disk from within LIST! 
  2000.  
  2001.  
  2002. List file 
  2003.  
  2004.     This invokes LIST just as  you would from DOS. Simply  highlight the 
  2005.     file that you wish to view, enter a carriage return, and you will be 
  2006.     in LIST looking  at the selected  file.  When you  are finished, you 
  2007.     may escape back to the original screen, with all of its options. 
  2008.  
  2009.     You may also open  a window and then,  using the Alt-V command,  get 
  2010.     another  file  directory  and  select  another  file to view.  Using 
  2011.     Alt-W, you can load more than two files. 
  2012.  
  2013.  
  2014. Copy file 
  2015.  
  2016.     This  function  allows  you  to  copy  the  selected  file  to a new 
  2017.     subdirectory.  Highlight the file you want to copy and press  ENTER. 
  2018.     You will be  prompted  for the  new  path to  which you want to copy 
  2019.     the selected file.  Enter  the path,  press ENTER,  and the  file is 
  2020.     copied to the directory you indicated. 
  2021.  
  2022.  
  2023. Delete file 
  2024.  
  2025.     Allows  you  to  delete  any  file  in  the current directory.  Just 
  2026.     highlight the  file you  want to  delete and  press ENTER.  You will 
  2027.     then be prompted  to make sure  that you want  to delete this  file. 
  2028.     Enter Y if you do, and N if you do not. 
  2029.  
  2030.  
  2031. Edit file 
  2032.  
  2033.     Invokes the EDIT program for the selected file.  If you do not have 
  2034.     and editor called EDIT,  create a batch file called EDIT.BAT  which 
  2035.     calls your editor with the parameters that you like. For example, 
  2036.  
  2037.                    peii %1 /pc:\pe2.pro /q 
  2038.  
  2039. Page  35                                                    LIST  User's Guide 
  2040. File Selection Menu 
  2041. ______________________________________________________________________________
  2042.  
  2043. LIST PLUS Display 
  2044.  
  2045.  
  2046. Invoke file 
  2047.  
  2048.     Executes the selected file if it has an extension of .BAT, .COM, or 
  2049.     .EXE.  LIST reserves about 80k of memory and leaves the rest for use 
  2050.     by the executed program. 
  2051.  
  2052.  
  2053. Move file 
  2054.  
  2055.     Move  any  file  in  the  current  directory to any other directory. 
  2056.     Select the file that you want to move by highlighting it and hitting 
  2057.     ENTER.  You will then  be prompted for a  new path.  Enter the  path 
  2058.     and the file is moved to it's new location. 
  2059.  
  2060.  
  2061. Path changing 
  2062.  
  2063.     This function allows  you to switch  to ANY other  directory on your 
  2064.     system without having to exit LIST!  Enter 'P' for Path, and type in 
  2065.     the full path of the directory that you would like to change to, for 
  2066.     example: C:\DNLD.  You will find yourself in the selected  directory 
  2067.     and still within LIST. 
  2068.  
  2069.  
  2070. Rename 
  2071.  
  2072.     Using  this  function  you  can  rename  any  file  in  the  current 
  2073.     directory.  Highlight the  file that you  want to rename.   You will 
  2074.     then be prompted for  the new file name.   After you have entered  a 
  2075.     new file name,  you will be  prompted to make  sure that you  really 
  2076.     want to rename this file.  If so, then respond with a 'Y'; if you've 
  2077.     changed  your  mind,  just  answer  with  an  'N'  and  the renaming 
  2078.     procedure will be abandoned. 
  2079.  
  2080.  
  2081. Sort filenames 
  2082.  
  2083.     Allows you to sort the files in the current directory by file  name, 
  2084.     extension, date, or size.  Once you have completed the operation you 
  2085.     will find yourself back at the menu screen of LIST. 
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092.  
  2093. LIST  User's Guide                                                    Page  36 
  2094. File Selection Menu 
  2095. ______________________________________________________________________________
  2096.  
  2097. LIST PLUS Display 
  2098.  
  2099.  
  2100. 1-6 up display 
  2101.  
  2102.     This function lets you set the display to anywhere from 1 to 6  file 
  2103.     names per line.   In subdirectories with  few numbers of  files, you 
  2104.     will begin to see not only file name, but file size, date, time, and 
  2105.     attributes as well.  You can customize this to suit your tastes. 
  2106.  
  2107.  
  2108. ViewArc 
  2109.  
  2110.     This function will let you  view the directory of an  archive (.ARC, 
  2111.     .ZIP, etc.) file, or self-extracting .COM and .EXE archive files. 
  2112.  
  2113.     After you have viewed the desired file's directory, press ESCape  to 
  2114.     return to the  file selection menu,  or use the  Alt-I (insert file) 
  2115.     command to display a file within the archive file. 
  2116.  
  2117.     The directory listing is written to a temporary file in  the current 
  2118.     directory and is called  FVFVFVFV.FV$.  You may  tell LIST  to place 
  2119.     the  temporary  file elsewhere  by setting  an  environment variable 
  2120.     called LIST.  For example, to place all ViewArc and  Alt-I extracted 
  2121.     temporary files on drive D in the subdirectory called TEMP,  use the 
  2122.     DOS SET command prior to invoking LIST: 
  2123.  
  2124.                      SET LIST=D:\TEMP 
  2125.  
  2126.             To view  archive directories,  the program  FV.COM is 
  2127.             required.  It must be located in a directory included 
  2128.             in your PATH. 
  2129.  
  2130.  
  2131.             To display files within an ARChive file, the  program 
  2132.             ARCE.COM is required.  It must be in your PATH.   For 
  2133.             ZIP files, the program PKUNZIP  must  be in your PATH. 
  2134.  
  2135.             Files with a .COM or .EXE extension are assumed to be 
  2136.             self-extracting LHARC (.LZH) files. 
  2137.  
  2138.  
  2139.  
  2140.  
  2141.  
  2142.  
  2143.  
  2144.  
  2145.  
  2146.  
  2147. Page  37                                                    LIST  User's Guide 
  2148. Command key summary 
  2149. ______________________________________________________________________________
  2150.  
  2151. Cursor keys 
  2152.  
  2153.  
  2154.         Cursor key      Function 
  2155.         -----------     ----------------------------------------------- 
  2156.  
  2157.         left arrow      scroll left 10 columns 
  2158.         right arrow     scroll right 10 columns 
  2159.  
  2160.         up arrow        up one (previous) line 
  2161.         down arrow      down one (next) line 
  2162.  
  2163.         Enter           continue to next page 
  2164.  
  2165.         END             position to end of file (bottom) 
  2166.  
  2167.         ESCape          Exit program unconditionally 
  2168.  
  2169.         HOME            restart from first line (top) 
  2170.  
  2171.         PgUp            scroll up one page, 23 lines 
  2172.         PgDn            scroll down one page, 23 lines 
  2173.  
  2174.  
  2175. F- function keys 
  2176.  
  2177.         Function key    Function 
  2178.         ------------    --------------------------------------------------- 
  2179.  
  2180.          F1             Displays the HELP screen 
  2181.  
  2182.          F3             Find NEXT occurrence of text after Scan or Find 
  2183.  
  2184.          F9             FInd the PREVIOUS occurrence of text 
  2185.  
  2186.          F10            Exit to DOS 
  2187.  
  2188.          For changing display colors: 
  2189.  
  2190.          F2             Change background color for Find/Scan text 
  2191.          F4             Change foreground color for Find/Scan text 
  2192.  
  2193.          F5             Change background color for main body of display 
  2194.          F6             Change foreground color for main body of display 
  2195.  
  2196.          F7             Change background color for top and bottom lines 
  2197.          F8             Change foreground color for top and bottom lines 
  2198.  
  2199.  
  2200.  
  2201. LIST  User's Guide                                                    Page  38 
  2202. Command key summary 
  2203. ______________________________________________________________________________
  2204.  
  2205. Letter keys 
  2206.  
  2207.  
  2208.     The Letter key commands are  mnemonic.  That is, the letter  in some 
  2209.     way, indicates what the command does. 
  2210.  
  2211.         Letter(s)      Function 
  2212.         ---------     ----------------------------------------------- 
  2213.  
  2214.         A            Find next occurrence of 'text' (Again) 
  2215.  
  2216.         B            Skip to end of file (Bottom) 
  2217.  
  2218.         C            Toggles Continuous scrolling 
  2219.  
  2220.         D            Scroll Down one page 
  2221.  
  2222.         F            Find 'text' regardless of case 
  2223.  
  2224.         G            Get new filename/filespec (also Alt-F) 
  2225.  
  2226.         H            Display the Help screen. 
  2227.  
  2228.         K            Toggles keyboard key-ahead. 
  2229.  
  2230.         L            Scroll LEFT 10 columns 
  2231.  
  2232.         M            Toggles Monitor retrace testing to eliminate snow 
  2233.  
  2234.         N            Down one (Next) line 
  2235.  
  2236.         P            Toggles the printing of displayed lines. 
  2237.  
  2238.         Q            Quits current file and displays next file, if any 
  2239.  
  2240.         R            Scroll Right 10 columns. command,  the  'R' command 
  2241.  
  2242.         S            Scan for exact text match, case dependent 
  2243.  
  2244.         T            Restart from first line (Top) 
  2245.  
  2246.         U            Scroll Up one page (23 lines) 
  2247.  
  2248.         W            Toggles the Wrap option for displaying long lines 
  2249.  
  2250.         X            Terminate, clear screen and eXit to DOS 
  2251.  
  2252.         Z            Display the previous file. 
  2253.  
  2254.  
  2255. Page  39                                                    LIST  User's Guide 
  2256. Command key summary 
  2257. ______________________________________________________________________________
  2258.  
  2259. Letter keys 
  2260.  
  2261.         7            Toggles the 7-bit filter 
  2262.  
  2263.         8            Toggles the 8-bit filter 
  2264.  
  2265.         *            Toggles the star filter 
  2266.  
  2267.         +            Position a given number of lines forward 
  2268.  
  2269.         -            Position a given number of lines backward 
  2270.  
  2271.         ?            Displays the Help screen 
  2272.  
  2273.         space        Scrolls down one page 
  2274.  
  2275.         \text        Find any case 'text' going forward 
  2276.  
  2277.         /text        Scan exact case 'text' going forward 
  2278.  
  2279.         ` or ^       Find any case 'text' going backward 
  2280.  
  2281.         ' or v       Find exact case 'text' going backward 
  2282.  
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290.  
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298.  
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309. LIST  User's Guide                                                    Page  40 
  2310. Command key summary 
  2311. ______________________________________________________________________________
  2312.  
  2313. Control- keys 
  2314.  
  2315.     The Ctrl- key commands are entered  by pressing the Ctrl key at  the 
  2316.     same time as you press one of the following letter keys: 
  2317.  
  2318.         Control key     Function 
  2319.         -----------     --------------------------------------------------- 
  2320.  
  2321.         Ctrl-HOME       Position to a specific line by number 
  2322.  
  2323.         Ctrl-PgDn       Display next file 
  2324.  
  2325.         Ctrl-PgUp       Display previous file 
  2326.  
  2327.         Ctrl-left       Reset display to column 1, i.e. scroll full left 
  2328.  
  2329.         Ctrl-right      Scroll full right (to the end of the current line) 
  2330.  
  2331.         Ctrl-A          Scroll full left 
  2332.  
  2333.         Ctrl-C          Display next page, scroll down 
  2334.  
  2335.         Ctrl-D          Scroll right 10 columns 
  2336.  
  2337.         Ctrl-E          Display previous line, scroll up 1 line 
  2338.  
  2339.         Ctrl-F          Send a formfeed control character to the printer 
  2340.  
  2341.         Ctrl-H    **    Hang up the telephone 
  2342.  
  2343.         Ctrl-N          Display previous file 
  2344.  
  2345.         Ctrl-P          Print the entire file 
  2346.  
  2347.         Ctrl-R          Display previous page, scroll up 
  2348.  
  2349.         Ctrl-S          Scroll left 10 columns 
  2350.  
  2351.         Ctrl-T    **    Dial a telephone number 
  2352.  
  2353.         Ctrl-U          Display previous file 
  2354.  
  2355.         Ctrl-V    **    Switch display windows 
  2356.  
  2357.         Ctrl-W          Display previous line, scroll up one line 
  2358.  
  2359.         Ctrl-Y    **    Save current line number as bookmark line for Alt-Y 
  2360.  
  2361.         Ctrl-X          Display next line, scroll down one line 
  2362.  
  2363. Page  41                                                    LIST  User's Guide 
  2364. Command key summary 
  2365. ______________________________________________________________________________
  2366.  
  2367. Alt- keys 
  2368.  
  2369.     The Alt- key  commands are entered  by pressing the  Alt key at  the 
  2370.     same time as you press one of the following letter keys: 
  2371.  
  2372.     Alt- letter      Function 
  2373.     -----------      --------------------------------------------------- 
  2374.  
  2375.      Alt-A           Search for next occurrence of text, continue to next 
  2376.                      file until found 
  2377.  
  2378.      Alt-B           Mark bottom line of display 
  2379.  
  2380.      Alt-C           Copy options and setting to LIST.COM 
  2381.  
  2382.      Alt-D           Write marked lines, or found line, to a file 
  2383.  
  2384.      Alt-E           Toggle 25 or 43/50 line display with EGA or VGA 
  2385.  
  2386.      Alt-F           Enter additional filenames to display 
  2387.  
  2388.      Alt-G           Goto DOS temporarily to enter DOS commands 
  2389.  
  2390.      Alt-I    **     Insert a filespec from the screen display 
  2391.  
  2392.      Alt-H           Toggle Hex display mode 
  2393.  
  2394.      Alt-J           Toggle the "junk" filter 
  2395.  
  2396.      Alt-L           Toggle preloading of files 
  2397.  
  2398.      Alt-M           Mark the line at the top of the display 
  2399.  
  2400.      Alt-N           Toggle the Alt-X screen saving feature 
  2401.  
  2402.      Alt-O           Write marked lines, or found line, to the same file 
  2403.                      used by Alt-D 
  2404.  
  2405.      Alt-R           Toggle the display of a ruler line on top line 
  2406.  
  2407.      Alt-S           Toggle the file Sharing option 
  2408.  
  2409.      Alt-T           Toggle the TAB control character filer 
  2410.  
  2411.      Alt-U           Unmark lines marked by Alt-M and Alt-B 
  2412.  
  2413.      Alt-V    **     Invoke the File Selection Menu 
  2414.  
  2415.      Alt-W           Toggle split screen 
  2416.  
  2417. LIST  User's Guide                                                    Page  42 
  2418. Command key summary 
  2419. ______________________________________________________________________________
  2420.  
  2421. Alt- keys 
  2422.  
  2423.  
  2424.      Alt-X           Exit  to DOS  and display  the original screen 
  2425.  
  2426.      Alt-Y           Reposition to the last "active" line (bookmark) 
  2427.  
  2428.      Alt-Z           Toggles the status display in the bottom line.  The 
  2429.                      default is to display the cursor key usage.   Using 
  2430.                      Alt-Z changes  the bottom  line to  show the option 
  2431.                      switches "Toggles:" settings. 
  2432.  
  2433.  
  2434.  
  2435.  
  2436.  
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471. Page  43                                                    LIST  User's Guide 
  2472. Configuring LIST 
  2473. ______________________________________________________________________________
  2474.  
  2475. Screen Colors 
  2476.  
  2477.  
  2478.     The screen's lines may be in one of three different colors: 
  2479.  
  2480.                 o  the 'special' color for the top status line and the 
  2481.                    bottom command line 
  2482.                 o  the 'normal' color for the file's text windows 
  2483.                 o  the 'bright' color for lines with Find/Scan text, 
  2484.                    and for the upside-down question mark in 7-bit mode 
  2485.  
  2486.     There is a pair  of function keys assigned  to each color.  You  use 
  2487.     these  function  keys  at  any  time  to  change  the background and 
  2488.     foreground colors temporarily, or  use the Alt-C cloning  command to 
  2489.     make the colors permanent.  Alt-C requires that the LIST.COM program 
  2490.     file be on the current drive and in the current directory unless you 
  2491.     are using DOS version 3.3 or later.  With DOS 3.3, the program  file 
  2492.     may have any name and may reside in any subdirectory. 
  2493.  
  2494.     The border  is not  changed.  The  foreground color  applies to  the 
  2495.     color of the characters. 
  2496.  
  2497.     You may clone a  second set of text  colors for the second,  and any 
  2498.     other windows that you may create. 
  2499.  
  2500.     The color attributes may be changed by using these function keys: 
  2501.  
  2502.           For the main body of text: 
  2503.  
  2504.                 F5 - background color 
  2505.                 F6 - foreground color 
  2506.  
  2507.           For the top and bottom lines: 
  2508.  
  2509.                 F7 - background color 
  2510.                 F8 - foreground color 
  2511.  
  2512.           For the line with Find/Scan text: 
  2513.  
  2514.                 F2 - background color 
  2515.                 F4 - foreground 
  2516.  
  2517.     Once you have decided upon the colors, use the Alt-C key combination 
  2518.     to  change  the  LIST.COM  program  file.  This process is described 
  2519.     below. 
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525. LIST  User's Guide                                                    Page  44 
  2526. Configuring LIST 
  2527. ______________________________________________________________________________
  2528.  
  2529. Cloning 
  2530.  
  2531.  
  2532.     The screen colors, the display retrace testing (M), the file sharing 
  2533.     (S), ruler (Alt-R), and other options may be permanently set in  the 
  2534.     program COM file by using the Alt-C cloning function. 
  2535.  
  2536.     For cloning to  take effect, the  program should be  called LIST.COM 
  2537.     and on the current drive and in the current directory. 
  2538.  
  2539.     There  are  THREE  versions  of  the  LIST program file.  One is the 
  2540.     normal full program, which is LIST.COM.  The other, which is  called 
  2541.     LISTS.COM, is a slightly smaller file that excludes the Help screen. 
  2542.     The third is LIST PLUS,  found as LIST.COM.  You may use any of  the 
  2543.     three  COM  files  for  cloning.   After  cloning,  you may continue 
  2544.     viewing  the  file.   Several  of  the  command  toggles  are   also 
  2545.     'clonable'. 
  2546.  
  2547.     The values and toggles that are cloned are: 
  2548.  
  2549.              M      =  Mono monitor, affects retrace testing. If you see 
  2550.                        "snow" on your color monitor, turn off this option 
  2551.  
  2552.              Alt-S  =  file(s) are shared 
  2553.  
  2554.              W      =  Wrap long lines 
  2555.  
  2556.              8/7/*  =  display all 256 values, or 7-bit, or special case 
  2557.  
  2558.              K      =  flush Keyboard each time a command is read 
  2559.  
  2560.              Alt-H  =  hex dump display, like the DEBUG format 
  2561.  
  2562.              Alt-J  =  toggle "junk" filter, add LF to CR, fix backspaces 
  2563.  
  2564.              Alt-L  =  set on to force preloading (reading) of the entire 
  2565.                        file before any lines are displayed, Default is OFF. 
  2566.  
  2567.              Alt-N  =  toggles screen saving (see Alt-X) feature 
  2568.  
  2569.              Alt-R  =  toggle columnar ruler on top line 
  2570.  
  2571.              Alt-T  =  toggle expansion of TAB characters (also Ctrl-J) 
  2572.  
  2573.              Alt-V  =  number of filenames per line (up value) and sort method 
  2574.  
  2575.              F2     =  change background color for Find/Scan text 
  2576.              F4     =  change foreground color for Find/Scan text 
  2577.  
  2578.  
  2579. Page  45                                                    LIST  User's Guide 
  2580. Configuring LIST 
  2581. ______________________________________________________________________________
  2582.  
  2583. Cloning 
  2584.  
  2585.              F5     =  change background color for main body of display 
  2586.              F6     =  change foreground color for main body of display 
  2587.  
  2588.              F7     =  change background color for top and bottom lines 
  2589.              F8     =  change foreground color for top and bottom lines 
  2590.  
  2591.     Note:  Be  sure  you  have  no  other  copies  of LIST.COM which are 
  2592.     accessible (because  of an APPEND   type  of utility).   If you  are 
  2593.     familiar with the DOS utility DEBUG, you may want to modify LIST  in 
  2594.     that way.  This is described in the next section. 
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600.  
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608.  
  2609.  
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616.  
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632.  
  2633. LIST  User's Guide                                                    Page  46 
  2634. Configuring LIST 
  2635. ______________________________________________________________________________
  2636.  
  2637. Modifying LIST.COM 
  2638.  
  2639.  
  2640.   Locations of option values 
  2641.  
  2642.     This information is offered to those of you who wish to modify  LIST 
  2643.     in special ways.  You do not need this information to use LIST.   An 
  2644.     alternative to cloning  is to use  DEBUG to make  permanent changes. 
  2645.     Here is a list of key items and their addresses: 
  2646.  
  2647.            0132 - special lines 1 and 25 colors, default is 70 (reverse). 
  2648.                   Refer to a technical reference guide for the 
  2649.                   attribute values for the colors that you want. 
  2650.  
  2651.            0134 - normal lines 2 thru 24 colors, default is 07 (white) 
  2652.  
  2653.            0136 - bright color for Find/Scan, default is 0F (bright white) 
  2654.  
  2655.            0138 - color used for text for first window, default is 07 (white) 
  2656.            0139 - color used for second window, default is 0F (bright white) 
  2657.  
  2658.            013A - clonable options; 
  2659.                MRSJ WHK*  M = mono, retrace testing if off, x'01' 
  2660.                           R = ruler, x'02' 
  2661.                           S = shared, x'04' 
  2662.                           J = add LF to lone CR, process backspaces, 
  2663.                               if on, x'08'; default is off 
  2664.                           W = wrap mode, x'10' 
  2665.                           H = hi-bit on, x'20' 
  2666.                           K = kybd flush, x'40' 
  2667.                           * = special document filtering, x'80' 
  2668.  
  2669.            013B - more clonable options, not all are indicated: 
  2670.                .PAT DGV.  P = Preload file if on, x'02', default is off 
  2671.                           A = Apxcore if on, TV/DD/DV if off, x'04, 
  2672.                               default is for Topview/Double DOS use 
  2673.                           T = if on (default), expand TABs, x'08' 
  2674.                           D = hex display mode if on, x'10' 
  2675.                           G = if on, Alt-G goto DOS is Disabled, x'20' 
  2676.                           V = if on, screen save/restore is Disabled 
  2677.                               and 9K less memory is used/required, x'40' 
  2678.  
  2679.     By specifying the bit value, the option is enabled.  For example, to 
  2680.     enable Shared and Retrace, specify a hex value of the sum, or  01+04 
  2681.     = 05. 
  2682.  
  2683.            013C - row less one at which found text is displayed,  1 byte 
  2684.                   the default is 08 which displays found text on line  9 
  2685.  
  2686.  
  2687. Page  47                                                    LIST  User's Guide 
  2688. Configuring LIST 
  2689. ______________________________________________________________________________
  2690.  
  2691. Modifying LIST.COM 
  2692.  
  2693.  
  2694.  
  2695.     When the  Find/Scan command  is used,  the next  line which contains 
  2696.     that text is highlighted using the 'bright' color, and is placed  in 
  2697.     row 9 of the screen.  You can change the row by Altering the byte at 
  2698.     location 12F which is normally '08', one less than the row. 
  2699.  
  2700.            013E - scroll offset value,  default is 10 (x'0A'),  one byte 
  2701.  
  2702.            0140 - scroll starting value, default is 0 (x'00'), one byte 
  2703.  
  2704.            0142 - tab increment, default is 8 
  2705.  
  2706.            0144 - tab mask, subtract tab incr from FFFFh,default is FFF8 
  2707.  
  2708.            0146 - beep tone, default is 200 (hex C800) 
  2709.  
  2710.            0148 - key rate, one byte, default is FF (255) 
  2711.  
  2712.            0149 - page overlap, one word, default is 0000 
  2713.  
  2714.            014B - search wildcard escape character, default is & (ampersand) 
  2715.  
  2716.            014C - Alt-V filenames per line, one byte, default is 5-up 
  2717.  
  2718.            014E - 'COM:' eye-catcher for dialer values 
  2719.            0152 - COM port address, default is F803 for COM1: 
  2720.            0154 - Alt-V menu sort key: 00=filename, 08=ext, 0C=date, 10=size 
  2721.            0157 - 30-byte modem initialization string 
  2722.            0175 - 8-byte name of EDITor program 
  2723.            017E - 9-byte modem disconnect command string 
  2724.            0187 - 4-byte environment variable name for temporary files path 
  2725.  
  2726.            038F - WHAT eye-catcher 
  2727.            0393 - WHAT keys/function table (see below) 
  2728.  
  2729.            0498 - WHERE eye-catcher 
  2730.            049D - WHERE routines table 
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736.  
  2737.  
  2738.  
  2739.  
  2740.  
  2741. LIST  User's Guide                                                    Page  48 
  2742. Configuring LIST 
  2743. ______________________________________________________________________________
  2744.  
  2745. Modifying LIST.COM 
  2746.  
  2747.  
  2748.   Reassigning keys 
  2749.     LIST performs a function for every character that can be entered  at 
  2750.     the command line prompt.  There  are 128 regular characters and  131 
  2751.     extended characters.  The regular characters are numbered from 0  to 
  2752.     127, and  they include  the letters  A-Z, a-z,  the numbers, and the 
  2753.     rest of  the usual  single characters  found on  your keyboard.  The 
  2754.     extended characters represent special function keys and combinations 
  2755.     of keys, such as F1, Alt-X, Ctrl-A, and the cursor positioning keys. 
  2756.  
  2757.     The  WHAT  table  in  LIST  has  a  one  byte  entry for each of the 
  2758.     characters.  This byte is a number from 0 to 57 that represents  the 
  2759.     identification of a routine that performs a function. 
  2760.  
  2761.         For example, 
  2762.  
  2763.           - the ESCape key has a value  of 27 (hex 1B) and its value  in 
  2764.             the WHAT table is 16 (10 hex).  Routine number 16 is  called 
  2765.             "Done".  The "Done" routine exits to DOS. 
  2766.  
  2767.           - the Q key has a value of 81 (51 hex) with a routine value of 
  2768.             15  for  the  "Close"  routine.   The  "Close"  routine ends 
  2769.             viewing of the  current file and  tries to display  the next 
  2770.             file, i.e. wildcards used for the filename.  There is also a 
  2771.             lower case letter q, so be sure to change both entries. 
  2772.  
  2773.     To change the function that a command character performs, you change 
  2774.     the  value  in  the  WHAT  table  for the routine that the character 
  2775.     invokes. 
  2776.  
  2777.     For example, to  change the ESCape  key to act  like the Q  key, you 
  2778.     change the routine  value for ESCape  from 16 (10  hex) to a  15 (0F 
  2779.     hex). 
  2780.  
  2781.     To find the location of the  routine value in the WHAT table,  first 
  2782.     determine the value of the  character, e.g.  ESCape is 27  (1B hex), 
  2783.     and then add that to the  location of the WHAT table (36C  hex); or, 
  2784.     1B + 36C = 387 hex.  Finally,  use DEBUG to change the byte at  that 
  2785.     location (387 hex) from a 10 hex to a 0F hex. 
  2786.  
  2787.     For example, 
  2788.  
  2789.           debug list.com                ; use appropriate file name 
  2790.           -e 387 0f                     ; change ESC to routine 15 
  2791.           -w                            ; old data is 10 
  2792.           -q 
  2793.  
  2794.  
  2795. Page  49                                                    LIST  User's Guide 
  2796. Configuring LIST 
  2797. ______________________________________________________________________________
  2798.  
  2799.   Table of Routines 
  2800.  
  2801.  
  2802.     Value Key(s)               Description of function performed 
  2803.     ----- ---------            ------------------------------------------ 
  2804.       0                        Error, undefined command 
  2805.  
  2806.       2   Alt-E                Toggle EGA 43-line mode 
  2807.  
  2808.       3   Alt-F, G             Get new filespec 
  2809.  
  2810.       4   Alt-J                Toggle Junk filter 
  2811.  
  2812.       5   Alt-L                Toggle pre-Load 
  2813.  
  2814.       6   Alt-T                Toggle TABs expansion 
  2815.  
  2816.       7   Alt-W                Toggle Split windows 
  2817.  
  2818.       8   Alt-X                Exit to DOS, restore screen 
  2819.  
  2820.       9   U/up                 Position to previous line 
  2821.  
  2822.      10   END, B               Position to end of file 
  2823.  
  2824.      11   F5                   Change top/bottom line background color 
  2825.  
  2826.      12   F6                   Change top/bottom line foreground color 
  2827.  
  2828.      13   Ctrl-HOME            Position to specified line number 
  2829.  
  2830.      14   Alt-C                Rewrite LIST.COM with new options 
  2831.  
  2832.      15   Q, Ctrl-PgDn         Quit current file, display next file 
  2833.  
  2834.      16   ESC, F10             Exit to DOS 
  2835.  
  2836.      17   N, down              Position to next line 
  2837.  
  2838.      18   X                    Exit to DOS, clear screen 
  2839.  
  2840.      19   Alt-H                Toggle Hex display mode 
  2841.  
  2842.      20   8                    Leave hi-bit 
  2843.  
  2844.      21   \, F                 Search for text, any case matches 
  2845.  
  2846.      22   F2                   Change Find/Scan background color 
  2847.  
  2848.  
  2849. LIST  User's Guide                                                    Page  50 
  2850. Configuring LIST 
  2851. ______________________________________________________________________________
  2852.  
  2853.   Table of Routines 
  2854.  
  2855.     Value Key(s)              Description of function performed 
  2856.     ----- ---------           ------------------------------------------ 
  2857.      23   F4                  Change Find/Scan foreground color 
  2858.  
  2859.      24   Alt-M               Toggle monitor rescan testing 
  2860.  
  2861.      25   K, Alt-K            Toggle keyboard flush (type ahead) 
  2862.  
  2863.      26   Alt-G               Invoke DOS command (shell) 
  2864.  
  2865.      27   L, left             Scroll left 10 columns 
  2866.  
  2867.      28   -                   Position back by number of lines 
  2868.  
  2869.      29   enter               Display next page 
  2870.  
  2871.      30   +                   Position forward by number of lines 
  2872.  
  2873.      31   P                   Print current screen or marked lines 
  2874.  
  2875.      32   F1 H ?              Display Help screen 
  2876.  
  2877.      33   F3, A               Search for next occurrence of text 
  2878.  
  2879.      34   R right             Scroll display right 10 columns 
  2880.  
  2881.      35   Alt-R               Display ruler marks on top line 
  2882.  
  2883.      36   /, S                Search for text, same case 
  2884.  
  2885.      37   F9                  Search for previous occurrence of text 
  2886.  
  2887.      38   Ctrl-left           Reset scroll to column 1, full left 
  2888.  
  2889.      39   F7                  Change normal line background color 
  2890.  
  2891.      40   F8                  Change normal line foreground color 
  2892.  
  2893.      41   7                   Strip hi-bit 
  2894.  
  2895.      42   Alt-S               Toggle closing of files 
  2896.  
  2897.      43   *                   Toggle special * filter 
  2898.  
  2899.      44   Home, T             Position to top of file 
  2900.  
  2901.  
  2902.  
  2903. Page  51                                                    LIST  User's Guide 
  2904. Configuring LIST 
  2905. ______________________________________________________________________________
  2906.  
  2907.   Table of Routines 
  2908.  
  2909.     Value Key(s)              Description of function performed 
  2910.     ----- ---------           ------------------------------------------ 
  2911.  
  2912.      45   B, up               Position back one line 
  2913.  
  2914.      46   W                   Toggle display of wide lines 
  2915.  
  2916.      47   Alt-D               Write marked lines, or found line, to a file 
  2917.  
  2918.      48   Alt-M               Mark top line of display 
  2919.  
  2920.      49   Alt-U               Unmark lines 
  2921.  
  2922.      50   Alt-B               Mark bottom line of display 
  2923.  
  2924.      51   Ctrl-pgup           Display previous file 
  2925.  
  2926.      52   ^                   Like Find but initiates search backwards 
  2927.  
  2928.      53   v                   Like Scan but initiates search backwards 
  2929.  
  2930.      54   Alt-N               Toggle screen saving (Alt-X) function 
  2931.  
  2932.      55   C                   Toggle continuous scrolling 
  2933.  
  2934.      56   Alt-Y               Bookmark, reposition to last "active" line 
  2935.  
  2936.      57   Alt-O               Write marked lines to previous Alt-D file 
  2937.  
  2938.      58   Ctrl-F              Sends a formfeed control character to printer 
  2939.  
  2940.      59   Alt-A               Continues text search across files 
  2941.  
  2942.      60   Ctrl-P              Print the entire file 
  2943.  
  2944.      61   Alt-I               Grab a filespec from the display 
  2945.  
  2946.      62   Alt-V               File selection menu 
  2947.  
  2948.      63   ESCape              Exit from Alt-V file menu 
  2949.  
  2950.      64   Alt-Z               Toggle line 25 status display format 
  2951.  
  2952.      65   Ctrl-V              Switch display window 
  2953.  
  2954.      66   Ctrl-T              Grab a telephone number and dial the modem 
  2955.  
  2956.  
  2957. LIST  User's Guide                                                    Page  52 
  2958. Configuring LIST 
  2959. ______________________________________________________________________________
  2960.  
  2961.   Table of Routines 
  2962.  
  2963.      67   Ctrl-H              Disconnect modem (hang up) 
  2964.  
  2965.      68   Ctrl-I              Redefine Tab stop interval 
  2966.  
  2967.      69   Ctrl-Y              Set new bookmark line number for recall 
  2968.  
  2969.      70   1                   Restart displaying files with the first file 
  2970.  
  2971.      71   E                   ASCII or EBCDIC display mode (Enhanced version) 
  2972.  
  2973.      72   Ctrl-K              Toggle display of line numbers on each line 
  2974.  
  2975.      73   Ctrl-B              Set logical record size for fixed length records 
  2976.  
  2977.      74   Ctrl-right          Scroll full right, to the end of the current line 
  2978.  
  2979.  
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988.  
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996.  
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011. Page  53                                                    LIST  User's Guide 
  3012. Limitations 
  3013. ______________________________________________________________________________
  3014.  
  3015.  
  3016.  
  3017.      o  The LIST.COM  program requires about  64K  of memory.   If  more 
  3018.         memory is available,  it is used  to store more  of the file  in 
  3019.         memory.  At least 80K is required  to use the DOS shell, and  9K 
  3020.         more is required if the screen saving option (on by default)  is 
  3021.         enabled. 
  3022.  
  3023.  
  3024.      o  The line number is currently limited to 16 million. 
  3025.  
  3026.  
  3027.      o  The file size is limited to 16 million bytes for ASCII  files, 
  3028.         and 4 million bytes for hex-dump files.  Versions for larger 
  3029.         files are available to licensed users. 
  3030.  
  3031.      o  The review limit is 32 files for the regular and Plus versions. 
  3032.         The bookmark limit is 10 entries. 
  3033.  
  3034.      o  PC DOS Version 2.0 or  later is required.  DOS version 3.0  or 
  3035.         later is required for file sharing. 
  3036.  
  3037.  
  3038.      o  ANSI.SYS is NOT required. 
  3039.  
  3040.  
  3041.  
  3042.         APX Core, DesqView, TopView, Double  DOS, PCED, and IBM are  all 
  3043.         copyrighted, trademarked, and all that. 
  3044.  
  3045.  
  3046.  
  3047.     If you are using LIST and find it of value, your gift in any  amount 
  3048.     ($20 suggested)  will be  greatly appreciated.   Please make  checks 
  3049.     payable in U.S. dollars to  Vernon D. Buerg.  Canadian and  non-U.S. 
  3050.     checks require excessive bank charges. 
  3051.  
  3052.     For use by  corporations and other  institutions, please contact  me 
  3053.     for a licensing  arrangement.  More information  is supplied in  the 
  3054.     file  LICENSE. Customizing and other special licensing are available 
  3055.     upon request.  Purchase orders  and invoicing are acceptable. 
  3056.  
  3057.  
  3058.                       Vernon D. Buerg 
  3059.                       139 White Oak Circle 
  3060.                       Petaluma, CA  94952 
  3061.  
  3062.  
  3063.  
  3064.  
  3065. LIST  User's Guide                                                    Page  54 
  3066. Copyright/License/Warranty 
  3067. ______________________________________________________________________________
  3068.  
  3069.  
  3070.     This  document  and  the  program  files  LIST.COM,  LISTS.COM,  and 
  3071.     LISTR.COM  ("the  software")  are  copyrighted  by  the author.  The 
  3072.     copyright owner hereby licenses you to use the software given  these 
  3073.     restrictions: 
  3074.  
  3075.           o  the program shall  be supplied in its  original, unmodified 
  3076.              form, which includes this documentation; 
  3077.  
  3078.  
  3079.           o  for-profit use without a license is prohibited; 
  3080.  
  3081.           o  the program may not be  included - or bundled - with  other 
  3082.              goods or services.  Exceptions may be granted upon  written 
  3083.              request only. 
  3084.  
  3085.           o  no  fee  is  charged;  an  exception is  granted to not for 
  3086.              profit user's groups, which are permitted to charge a small 
  3087.              fee (not  to exceed  $5) for  materials, handling, postage, 
  3088.              and general overhead.   No other organization  is permitted 
  3089.              to  charge  any  amount  for  distribution of copies of the 
  3090.              software  or  documentation,  or  to  include copies of the 
  3091.              software or documentation with sales of their own products. 
  3092.  
  3093.  
  3094.     There is no warranty  of any kind.  The  copyright owner may not  be 
  3095.     held liable  for any  damages, including  any lost  profits or other 
  3096.     incidental or consequential damages  arising out of or  inability to 
  3097.     use the software.  By using the software, you agree to this. 
  3098.  
  3099.  
  3100.     The software and documentation are: 
  3101.  
  3102.                 Copyright (C) 1983-1990 by 
  3103.                    Vernon D. Buerg 
  3104.                    139 White Oak Circle 
  3105.                    Petaluma, CA  94952 
  3106.  
  3107.                 Data:   (707) 778-8944    VOR 24-hour bulletin board 
  3108.                 - or -  (707) 778-8841    MB  24-hour bulletin board 
  3109.                 - or -  (415) 994-2944    VOR South 24-hour bulletin board 
  3110.                 FAX:    (707) 778-8728    For orders only 
  3111.                 Compuserve: 70007,1212    Go IBMSYS 
  3112.  
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119. Page  55                                                    LIST  User's Guide 
  3120. LIST  User's Guide                                                 Index-1
  3121. __________________________________________________________________________
  3122.  
  3123.  
  3124.  
  3125.   /*,command line,star filter .. 8, 45
  3126.   /7,command line,7-bit option . 8, 45
  3127.   /8,command line,8-bit option . 8
  3128.   /H,command line,hex option ... 8
  3129.   /J,command line,junk filter .. 8
  3130.   /L,command line,preload option 8
  3131.   /S,command line,piping option  8, 9
  3132.   /W,command line,wrap option .. 8
  3133.   1-6 up,directory display ..... 33, 37
  3134.   Alt-A,find text again ........ 22, 23, 42, 52
  3135.   Alt-B,mark bottom line ....... 17, 24, 25, 42, 52
  3136.   Alt-C,clone new LIST.COM ..... 29, 34, 42, 44, 45, 50
  3137.   Alt-D,Write marked lines ..... 24, 25, 42, 52
  3138.   Alt-E,toggle 25/43 lines ..... 3, 11, 42, 50
  3139.   Alt-F,enter new filename ..... 27, 28, 39, 42, 50
  3140.   Alt-G,go to DOS .............. 3, 31, 42, 47, 51
  3141.   Alt-H,toggle hex display ..... 12, 19, 21, 42, 45, 50
  3142.   Alt-I,insert filename ........ 3, 27, 28, 37, 42, 52
  3143.   Alt-J,toggle junk filter ..... 20, 21, 24, 42, 45, 50
  3144.   Alt-K,toggle key ahead ....... 10, 51
  3145.   Alt-L,toggle file preloading . 17, 42, 45, 50
  3146.   Alt-M,mark top line .......... 17, 24, 25, 42, 51, 52
  3147.   Alt-N,toggle screen saving ... 32, 42, 45, 52
  3148.   Alt-O,write marked lines ..... 24, 25, 42, 52
  3149.   Alt-P,print marked lines ..... 24, 26
  3150.   Alt-R,toggle ruler display ... 12, 42, 45, 51
  3151.   Alt-S,toggle file sharing .... 23, 31, 42, 45, 51
  3152.   Alt-T,toggle TAB expansion ... 21, 42, 45, 50
  3153.   Alt-U,unmark lines ........... 25, 42, 52
  3154.   Alt-V,Change Directories ..... 3, 27, 28, 35, 42, 45, 48, 52
  3155.   Alt-W,freeze top window ...... 3, 21, 29, 35, 42, 50
  3156.   Alt-X,exit to DOS ............ 3, 10, 24, 27, 32, 34, 42, 43, 45, 49, 50
  3157.                                  52
  3158.   Alt-Y,reposition to last line  17, 18, 41, 43, 52
  3159.   Alt-Z,Toggle status line ..... 12, 13, 34, 43, 52
  3160.   archive,files ................ 37
  3161.   Bookmark,recall position ..... 17, 18, 41, 43, 52, 53, 54
  3162.   bulletin board,support ....... 55
  3163.   Changing Directories ......... 35
  3164.   Cloning ...................... 15, 31, 32, 44, 45, 47
  3165.   Colors ....................... 9, 22, 29, 44, 45, 47
  3166.   Command line syntax .......... 8
  3167.   Command line,option switches . 7, 8, 11, 13, 14, 27, 33, 34, 44, 49
  3168.   Configuring LIST ............. 15, 32
  3169.  
  3170. Index-2                                                LIST  User's Guide 
  3171. __________________________________________________________________________
  3172.  
  3173.  
  3174.  
  3175.   Continuous,scrolling ......... 14, 15, 16, 39, 52
  3176.   Copy file .................... 35
  3177.   Ctrl-A,Full left scroll ...... 41, 49
  3178.   Ctrl-C,Next page ............. 41
  3179.   Ctrl-D,Scroll right .......... 41
  3180.   Ctrl-E,Previous line ......... 41
  3181.   Ctrl-F,Send printer formfeed . 26, 41, 52
  3182.   Ctrl-HOME,Position to a line . 17, 18, 34, 41, 50
  3183.   Ctrl-H,Hang up phone ......... 30, 41, 53
  3184.   Ctrl-J,Define TAB interval ... 21, 45
  3185.   Ctrl-left,Position to column 1 41, 51
  3186.   Ctrl-N,Next file ............. 41
  3187.   Ctrl-PgDn,Show next file ..... 27, 28, 41, 50
  3188.   Ctrl-PgUp,Show previous file . 27, 28, 41, 52
  3189.   Ctrl-P,Print entire file ..... 26, 41, 52
  3190.   Ctrl-right,Scroll full right . 41, 53
  3191.   Ctrl-R,Previous page ......... 41
  3192.   Ctrl-S,Scroll left ........... 41
  3193.   Ctrl-T,Dial telephone ........ 3, 30, 41, 52
  3194.   Ctrl-U,Previous file ......... 41
  3195.   Ctrl-V,Switch windows ........ 29, 41, 52
  3196.   Ctrl-W,Previous line ......... 41
  3197.   Ctrl-X,Next line ............. 41
  3198.   Ctrl-Y,Set bookmark .......... 17, 18, 41, 53
  3199.   DEBUG,changing options ....... 21, 31, 45, 46, 47, 49
  3200.   Delete file .................. 35
  3201.   DOS Filters .................. 6
  3202.   DOS Pipes .................... 7
  3203.   DOS Redirection .............. 5
  3204.   Edit file .................... 35
  3205.   Entering Commands ............ 10
  3206.   Environment,DOS .............. 23, 37, 48
  3207.   Exit to DOS .................. 38, 39, 50
  3208.   F- function keys ............. 38
  3209.   F10,Exit to DOS .............. 10, 27, 34, 38, 50
  3210.   F1,Display Help .............. 34, 38, 49, 51
  3211.   F2,Find background color ..... 38, 44, 45, 50
  3212.   F3,Find next ................. 22, 23, 38, 51
  3213.   F4,Find foreground color ..... 38, 44, 45, 51
  3214.   F5,Text background color ..... 38, 44, 46, 50
  3215.   F6,Text foreground color ..... 38, 44, 46, 50
  3216.   F7,Status background color ... 38, 44, 46, 51
  3217.   F8,Status foreground color ... 38, 44, 46, 48, 51
  3218.   F9,Find previous ............. 22, 23, 38, 51
  3219.  
  3220. LIST  User's Guide                                                 Index-3
  3221. __________________________________________________________________________
  3222.  
  3223.  
  3224.  
  3225.   File Sharing ................. 31, 42, 45, 54
  3226.   Filtering .................... 1, 7, 9, 19, 21, 47
  3227.   Find,text .................... 7, 8, 13, 17, 22, 23, 25, 36, 38, 39, 40
  3228.                                  44, 45, 47, 48, 49, 50, 51, 52, 54
  3229.   Hex dump,display mode ........ 8, 12, 14, 19, 21, 45
  3230.   Hi-bit,filter usage .......... 20, 21, 47, 50, 51
  3231.   Installation ................. 2
  3232.   Invoke file .................. 36
  3233.   Invoking DOS Commands ........ 31
  3234.   Junk,filter usage ............ 8, 19, 20, 21, 24, 42, 45, 50
  3235.   License,information .......... 54, 55
  3236.   List file .................... 35
  3237.   Locations of option values ... 47
  3238.   Mouse,cursor control ......... 8
  3239.   Move file .................... 36
  3240.   Movement Keys ................ 34
  3241.   Path changing ................ 36
  3242.   Piped,files .................. 8, 9
  3243.   Piping ....................... 1, 7, 9
  3244.   Printing the manual .......... 2
  3245.   Print,files or lines ......... 2, 9, 14, 24, 26, 41, 51, 52
  3246.   Reassigning keys ............. 49
  3247.   Redirection .................. 1, 2, 5, 6, 7, 9
  3248.   Rename ....................... 36
  3249.   Scan,for text ................ 13, 17, 22, 23, 25, 38, 39, 40, 44, 45, 47
  3250.                                  48, 50, 51, 52
  3251.   Screen saving,option ......... 3, 10, 32, 42, 45, 52, 54
  3252.   Scrolling .................... 15, 16, 39, 52
  3253.   Shell,to DOS ................. 51, 54
  3254.   Sort filenames ............... 36
  3255.   Star,filter usage ............ 8, 19, 20, 21, 33, 40
  3256.   Status Line Format ........... 11
  3257.   Switches,command line ........ 8, 43
  3258.   TAB,control character ........ 14, 19, 21, 42, 45, 48, 53
  3259.   ViewArc ...................... 37
  3260.   Wrap,filter .................. 8, 14, 17, 20, 21, 39, 45, 47
  3261.  
  3262.